You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.