github electro-smith/libDaisy v7.0.0

latest release: v7.0.1
2 months ago

v7.0.0

Features

Bugfixes

  • Very minor bugfix in CpuLoadMeter_gtest.cpp so that a number would no longer overflow when bitshifting left

Migrating

  • Updating an existing libDaisy install via git pull will require you to run git restore . --recurse-submodules before it will compile.
    • Note, this will also undo any local changes you may have to the library. Make sure to stash those!
  • If you clone a fresh copy of libDaisy with git clone https://www.github.com/electro-smith/libDaisy --recurse-submodules, this will not be necessary
  • Breaking changes:
    • GPIO::Mode::OUTPUT_OD renamed to GPIO::Mode::OPEN_DRAIN due to a name conflict collision
    • Compiled code size has increased by up to 7%

Don't miss a new libDaisy release

NewReleases is sending notifications on new releases.