Oliver Fabel 1 год назад
Родитель
Сommit
91c61b97e1
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      CHANGELOG.md
  2. 1 1
      docs/CHANGELOG.md

+ 1 - 0
CHANGELOG.md

@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * 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.
 

+ 1 - 1
docs/CHANGELOG.md

@@ -2,7 +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 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.