Skip to content

Releases: pharo-iot/PharoThings

I2C support

05 Feb 16:01
d35f08e
Compare
Choose a tag to compare

I2CDevice is introduced to implement devices driven by I2C protocol.

As example accelerometer sensor ADXL345 is implemented.
Look at #connect and #readCoordinates methods for details.

In short: i2c device provides i2cConnection variable which should be used by concrete device class to read/write required data from physical device.
The instance of i2c connection is obtained from board using:

board connectToI2CDevice: 16r53 "address of ADXL345"

Based on new TelePharo and Calypso

09 Jan 15:36
2a662b1
Compare
Choose a tag to compare

Baseline references latest TelePharo version 0.2

PotRemoteBoard update remote pin instances on local write operations

07 Aug 10:00
Compare
Choose a tag to compare

PotRemoteBoard update remote pin instances on local write operations.
It fix problem when local pin and remote pin were desynchronazed

Connecting now restores all pins state

04 Aug 14:50
Compare
Choose a tag to compare

board improved connect/disconnect protocol.
Connecting now restores all pins state.

project is moved from smalltalkhub

01 Aug 11:29
Compare
Choose a tag to compare
v0.1.5

Update README.md

it is stable major version 0.1

01 Aug 11:29
Compare
Choose a tag to compare
v0.1.x

Update README.md