Browse Source

update changelog

Oliver Fabel 1 year ago
parent
commit
da2fd1b4cf
2 changed files with 4 additions and 0 deletions
  1. 3 0
      CHANGELOG.md
  2. 1 0
      docs/CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   * Start a signal.
   * Stop a signal.
   * Check the status.
+* Infrared support for the `flipperzero` module:
+  * Receive a signal.
+  * Transmit a signal.
 * Reset used GPIO pins upon script termination.
 * Improved GPIO related functions to prevent user errors.
 

+ 1 - 0
docs/CHANGELOG.md

@@ -2,6 +2,7 @@
 
 * Added simple ADC support: read value and voltage.
 * Added simple PWM support: start, stop, check status.
+* Added infrared support: receive and transmit a signal.
 * Added success indicator to GPIO init function.
 * Reset used GPIO pins upon script termination.
 * Improved GPIO related functions to prevent user errors.