CHANGELOG.md 728 B

1.3

  • Added simple ADC support: read value and voltage.
  • Added simple PWM support: start, stop, check status.
  • Added infrared support: receive and transmit a signal, check status.
  • Added success indicator to GPIO init function.
  • Reset used GPIO pins upon script termination.
  • Improved GPIO related functions to prevent user errors.
  • Published Python package on PyPI for code completion support.

1.2

  • Added simple GPIO support: initialize, read, write, interrupts.
  • Added constants for musical note frequencies from C0 up to B8.
  • Some minor fixes in the dialog functions.

1.1

  • Display splash screen upon application start.
  • API documentation available on GitHub pages.

1.0

  • Initial stable release.