Skip to content

Release 4.0.0

Compare
Choose a tag to compare
@jgromes jgromes released this 06 Jul 13:43
· 1864 commits to master since this release

Incompatibility warning
This release introduces backwards-incompatible changes to the public API!

  • Reworked driver exclusion system
  • Added support for Arduino Portenta boards
  • Fixes for issues found during cppcheck scan
  • Changed data shaping type from float to uint8_t - BACKWARDS INCOMPATIBLE
  • Changed some begin() methods to sync parameters of different modules - BACKWARDS INCOMPATIBLE
  • Misc bug/typo fixes