esphome/esphome/components/pn532
Jesse Hills affaaf7d2c
Fix a few ESP32-C3 compiler issues (#2265)
* Fix using Serial when using ESP32-C3 standard pins

* Force type for std::min in pn532

* Fix variable size where size_t is different on exp32-c3
2021-09-10 12:10:28 +12:00
..
__init__.py Convert components to async-def syntax (#1823) 2021-05-24 21:45:31 +02:00
binary_sensor.py Convert components to async-def syntax (#1821) 2021-05-24 10:58:29 +02:00
pn532.cpp Fix a few ESP32-C3 compiler issues (#2265) 2021-09-10 12:10:28 +12:00
pn532.h Add on_tag_removed trigger to pn532 (#1436) 2021-05-18 11:54:09 +12:00
pn532_mifare_classic.cpp Avoid non-const globals and enable clang-tidy check (#1892) 2021-06-11 08:19:44 +12:00
pn532_mifare_ultralight.cpp Avoid non-const globals and enable clang-tidy check (#1892) 2021-06-11 08:19:44 +12:00