functionpointer
functionpointer
SPI pin definitions use the mapped pins, not the raw pins (like P0.01). The MISO and MOSI pins are already using the mapping, but the SCK pin doesnt, so this...
Allows calculated telemetry sources (specifically `add`, `average`, `min`, `max` and `multiply`) to use GVars as sources. The multiply source can also divide by GVars, not just multiply. This is useful...
# What does this implement/fix? Add support for `temperature` sensor for RG9. Add support for `lens_bad` and `em_sat` binary sensors for RG15 and RG9. Ignores some lines that were previously...
Fixes #2092 Summary of changes: Allows calculated telemetry sources (specifically `add`, `average`, `min`, `max` and `multiply`) to use GVars as sources. The multiply source can also divide by GVars, not...
## Description: I found a typo in the documentation for the new feedback cover component introduced by @ianchi in https://github.com/esphome/esphome-docs/pull/1942 **Related issue (if applicable):** **Pull request in [esphome](https://github.com/esphome/esphome) with YAML...
## Description: Document new sensors `temperature`, `lens_bad` and `em_sat`. **Related issue (if applicable):** fixes https://github.com/esphome/issues/issues/3248 **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#3642 ## Checklist: - [X] Branch:...
I had an issue where some equipment puts out inverted DMX. While flipping the A and B cables is an easy fix, i found this annoying to do and wanted...
Version 1.8.12 was released some 3 months ago. It would be great if the platformio package framework-arduino-samd could receive the upgrade. https://github.com/arduino/ArduinoCore-samd/releases
## Description: Document 16 batteries instead of 6. Fix RJ10 typo and change it to RJ11. The manufacturer says it is RJ11 in their manuals. **Related issue (if applicable):** no...
## Description: Document 16 batteries instead of 6. Also fix RJ10 typo and change it to RJ11. The parent PR with the code changes has been merged long ago already....