Skip to content

Releases: pharo-iot/WiringPi

Read array function is added

14 Feb 16:10
09b2b34
Compare
Choose a tag to compare
  • read8BitsArray: size startingAt: reg

it is stable major version 0.1

01 Aug 07:41
09b2b34
Compare
Choose a tag to compare
Merge pull request #2 from pharo-iot/dev

readingArrayFunction

I2C support

05 Feb 15:54
c4ac3e5
Compare
Choose a tag to compare
  • i2c support is added. Simply ask library #openI2C:
i2cConnection := lib openI2C: addressInt

The result is instance of WiringPiI2CConnection which provide existing wiringpi functions to perform i/o operations.

  • no abort mode is set during lib initialization.
    It is based on OS env WIRINGPI_CODES. No in case of bad parameters library do not terminates pharo.

Project is migrated from smalltalkhub

01 Aug 07:40
Compare
Choose a tag to compare
v0.1.0

baseline is added