We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove pin.high() and pin.low()
Clarify UART (and generally for all other peripherals) pin assignment policy.
In UART constructor, change default stop bits value to 1.
Add first draft API for I2S (Inter-IC-Sound)
Add remarks regarding .deinit(), constructing a peripheral which is already in use, and accessing non-initalized hardware resources.
Re-work ADC API
Updated Hardware API (markdown)
Re-name wdt.kick() to wdt.feed()
Remove irq.deinit() and add .enable() and .disable() methods
Add micropython module
Add more functions to the machine module
Add extra options to rtc.alarm()
Re-name callback to irq
Add ID to WDT constructor
Add callback example
Add WDT class
Add the RTC class
Add link to previous discussion of ADC data domain
Remove arg param from the callback constructor.
Add proposed callback model