Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@DaleGia DaleGia released this 20 Mar 03:06
· 2 commits to master since this release
7d3a834

Getting to work with latest mbed core

  • Added ArduinoBLE library dependancy to library.properties for examples that require it
  • Removed usage of arm_math and replaced with inefficient RMS function. (ARDUINO PLEASE ADD THESE EFFICIENT MATH FUNCTIONS TO THE BOARD PACKAGE!)
  • Added Thread.h includes to each class as the new board package requires this for some reason (ARDUINO PLEASE DOCUMENT THIS STUFF!)
  • Changed usage of Serial.printf as it does not seem to be apart of the Serial API anymore (ARDUINO WHY!!!)
  • Added version specifiers to the dependencies