Skip to content

Releases: insighio/microSDI12

v0.4.1

11 Feb 15:22
Compare
Choose a tag to compare

New Feature:

  • Expose internal _send function + document it in README
  • Enhance _send function to make timeout and termination condition configurable (important when waiting for specific sensor service request)

v0.4

08 Feb 11:17
Compare
Choose a tag to compare

New Features:

  • ESP32 support. Made changes due to the different initialization parameter names of the UART and the different usage of Pin contol while using UART.
  • added funtion 'set_wait_after_uart_write' to be able to enable/disable the sleep command after a UART write.
    • For micropython implementations that uart.write calls uart_wait_tx_done, this sleep can be deactivated
  • added function 'set_timing_params' to be able to set wait duration for each character (default: 8333us). Mainly affects the timing of direction change for RS485

Bug fix:

  • in 'get_measurement' proerly read the seconds to wait for the measurement to be ready.
  • add safetly guard when requesting for additional sensor data in case the sensor mulfunctions to avoid infinite while loop.

v0.3

14 Feb 09:01
85de106
Compare
Choose a tag to compare

New feature:

  • Support configurable query name in get_measurement function.

v0.2

10 Feb 18:23
Compare
Choose a tag to compare

New feature:

  • Support reading all available values provided by aM! request through sequentia calls to aDx!

Bug fix:

  • fixed wrong usage of variable that caused runtime error

v0.1

09 Feb 12:45
Compare
Choose a tag to compare

First release of initial code.