Skip to content

v1.7.2 - The strange delay fix

Compare
Choose a tag to compare
@electronicayciencia electronicayciencia released this 15 Apr 19:41
· 40 commits to master since this release

ADC/DAC:

  • Added norm parameter to :func:ADC_read and :func:DAC_write.
  • Added LED bar example.

I2C:

  • In I2C Slave Helper class, register bytes and register byte order can be indicated in the class constructor.

Misc:

  • Removed timeout parameter on USB HID read, introduced in V1.6.1. This parameter causes a delay in some systems (#7) due to unknown reasons. The default timeout is now 1000 ms.