Skip to content

Releases: DaleGia/Nano33BLESensor

1.1.0

20 Mar 03:06
7d3a834
Compare
Choose a tag to compare

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

Patched first release

15 Sep 14:21
967b88d
Compare
Choose a tag to compare
  • Fixed compilation issues with several example files.
  • Added compatibility for use with bothArduinoCore-nRF528x-mbedos and ArduinoCore-mbed cores.

First Release!

04 Sep 02:32
758e09e
Compare
Choose a tag to compare

The first release that includes examples.