CHANGELOG.md 905 B

1.4

  • Added interactive Python shell (aka REPL) as a CLI command.
  • Allow passing a path to a script to execute as a CLI argument.
  • Updated MicroPython to version 1.23.0.

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.