healthrian_uart_support 1.1.1
healthrian_uart_support: ^1.1.1 copied to clipboard
Healthrian library for supporting UART connector manager
1.1.1 #
- Removed version constraints from dependencies.
1.0.29 #
- Provide a function
latestFirmwareVersionto get latest firmware version that can be upgraded. - User should check current firmware version using
getFirmwareVersion()before upgrading firmware viaupdateLatestWithPassword().
1.0.28 #
- Change
nearDistanceto get a stream for checking near distance (in: 30cm, out: 45cm).
1.0.27 #
- Fix a bug emitting null with
distanceMedianandnearDistance.
1.0.26 #
- Add
distanceMedianto get a stream of median values of the calibrated distance. - Add
nearDistanceto get a stream for checking near distance (in 30cm).
1.0.25 #
- Add
getWiFiStatus()to check turn-on/off of Wifi.
1.0.24 #
- Add
adcto get a stream of adc values (distancewas used before). - Change
distanceto get a stream of calibrated distances. - Add
getAdcValue()to get a adc value (getDistance()was used before). - Change
getDistance()to get a calibrated distance.
1.0.23 #
- Add
disableWifi()that disables wifi functionality on android. - Add
enableWifi()that enables wifi functionality on android. - Add
disconnectWifi()that disconnects wifi connection and wipe out all wifi history. - Add
connectWifi()that connects wifi on given ssid and pw. - Add
pingNetworkTest()that returns results ofping -w 3 8.8.8.8as String. - Add
clearTaskManager()that clear all visible tasks.
1.0.22 #
- Update firmware version to
1.0.0.8aforupdateLatestWithPassword(). - Add
getCpuMaxFrequency()that returns CPU clocks as String. - Add
getCalibration()that returns calibration values as List - Add
setCalibOpen(),setCalib15cm(),setCalib30cm(), andsetCalib45cm()that store calibration value as open environment, 15cm, 30cm, and 45cm, respectively.
1.0.20 #
- Change a requirement of
device_info_plusto>=10.0.0. - Override
fileup to6.1.2for the compatibility.
1.0.18 #
- Update
libserialport, and there is no requirements for dependencies override. - Downgrade
device_info_plusto^10.1.2.
1.0.14 #
- Add a feature for uart dfu.
- Add a feature for android serial number.
1.0.6 #
- Fix a bug with adc.
1.0.5 #
- Add functionality about sending packets.
1.0.4 #
- Fix a bug with lead states (swapped ll and la) in example code.
1.0.3 #
- Fix a bug with cable signal.
1.0.2 #
- Modify the example code.
1.0.1 #
- Add example codes.
1.0.0 #
- Initial version.