Skip to content

Release 2.0.2

Latest

Choose a tag to compare

@sswartley sswartley released this 31 Mar 22:46
a2c43c3

What's Changed

  • Add code to programmatically reset the UNO R4 Wifi if the open() function fails. This will reset the board's Bluetooth, and will force the program to try to open() a second time. This should limit having to disconnect/reconnect the board's USB cable as the other option for resetting the Bluetooth.
  • Fixed a bug that was not allowing more than 3 channels to be configured.
  • Fixed a bug that was sending back an incorrect sensor reading of 0.0 on the first reading of all boards except UNO R4 Wifi.
  • Removed most of the examples in order to start a fresh example list that is (hopefully) cleaner, and easier to follow. More examples will be coming.
  • Created specific examples for UNO R4 Wifi that show how to use the LED Matrix for displaying sensor readings.