|
|
Version:
|
1.1: |
Compatible:
|
Linux ARM 32 bit and 64 bit |
Requirements:
|
Xojo 2019r1 or later. (Xojo 2020r2 or later for iOS or Apple Silicon support)
You need to install libi2c to use I2c. Additionally you need to enable the I2C bus in Raspberry Config utility.
One way to install libi2c:
sudo apt-get install -y libi2c-dev
|
Dependencies:
|
None |
|
|
Summary:
I2C Plugin for Xojo, is Xojo wrapper around libi2c.
Remarks:
To install I2C Plugin you have to create a folder called Plugins in the same folder as your Xojo application is located in and drop the I2C into it.
Agreement:
This plugin is a wrapper for libi2c.
- libi2c has GNU license.
- The plugin wrapper code it self has GNU license.