2.3.0
This release of Loom has a number of bugfixes and feature improvements:
- Rewrote broken ADS1115 implementation (#89)
- Removed automatic power up/down functionality from
Loom.sleep()
, moving this functionality to the sketch via pin operations,Loom.powerup()
andLoom.powerdown()
(#76). - Added a return value to
Logplat::log
, allowing the program to tell if the SD card was removed (#83) - Added warnings when Loom's internal JSON becomes full (#81)
- Added a warning for interrupts on analog pins, at the moment these are still not supported (#74)
- Add power up/down functionality to the SD card
- Removed Spool publishing platform, as it is not expected to be supported in the near future.
It is recommended that all users of Loom upgrade to the latest version to recieve the above bugfixes.