Skip to content

1.3.0

Compare
Choose a tag to compare
@ofabel ofabel released this 08 Sep 16:11
· 28 commits to master since this release

Added

  • Simple ADC support for the flipperzero module:
    • Read raw value.
    • Read voltage.
  • Simple PWM support for the flipperzero module:
    • Start a signal.
    • Stop a signal.
    • Check the status.
  • Infrared support for the flipperzero module:
    • Receive a signal.
    • Transmit a signal.
    • Check the status.
  • Reset used GPIO pins upon script termination.
  • Improved GPIO related functions to prevent user errors.
  • Published Python package on PyPI for code completion support.

Changed

  • The GPIO init function flipperzero.gpio_init_pin returns a boolean value.