Skip to content

2.3.0

Compare
Choose a tag to compare
@prototypicalpro prototypicalpro released this 12 Mar 21:54
· 159 commits to master since this release
c5f7a95

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() and Loom.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.