Skip to content

v7.0.0

Compare
Choose a tag to compare
@beserge beserge released this 21 Feb 19:51
· 39 commits to master since this release
0045bd3

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%