- Added new on-board button and status LED example. (@norgeous)
- Switch to
i2c-bus
module for I2C layer. (@fivdi) - Throw exception for
pingRead
.
- Fixed I2C address 0 not working
- Added support for Onboard Button
- Correct internal temperature controller name.
- Correct PWM polarity inversion.
- Switch to sync. I/O, resolves I2C issues.
- Correct typeof comparison for addressToBus map, fixes I2C read and write operations.
- Officially added support to access LCD pins via
mmap
to/dev/mem
(requiresroot
orsudo
). - Added PWM and LRADC support.
- Added new components for battery voltage, internal temperature, and status LED.
- Fixed segfault if
sudo
was not used for R8 pins. (@urish) - Bus 2 is now the default bus for I2C. (@bbx10)
- Added support for J2 components to specificy I2C bus via
i2cConfig
(@rwaldron)
- Changes not recorded