Releases: VernierST/GDXLib
Releases · VernierST/GDXLib
Release 2.0.2
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.
Release 2.0.1
Version 2
- Ability to collect from multiple sensors on one Go Direct device
- Set the sampling period in the start() function
- New functions added to configure a specific sensor and get data from a specific sensor
- New readme provides detailed overview of all of the functions
To Fix
- If not using UNO R4 Wifi, the first data point is returned as 0.0
Release 2.0.0
What's Changed
- The ability to collect data from multiple sensor channels of a single Go Direct device
- The stop() function now can be used to stop data collection, allowing multiple data collection runs
- The readme file explains the functions and provides troubleshooting
Issues
- The first data point returns as 0.0 for all boards except UNO R4 Wifi
- Data points are dropped if doing fast data collection
Release 1.0.6
Changed the version from 1.0.5 to 1.0.6, but only 3 changes were made:
- The version number was changed in libraries.properties
- The name was changed from GDXLIb to GDXLib in libraries.properties
- The library was moved to the Vernier Science Education GitHub repository
This is the first posting of "GDXLib" from the Vernier Science Education repository