From a1154b8504afb53bd8f913df71883cbb8bd2cf78 Mon Sep 17 00:00:00 2001 From: steadramon <866195+steadramon@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:02:35 +0000 Subject: [PATCH] Add info about sdcard and neopixel --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ec1c2c..6970df9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ ESPGeiger is an open-source project that makes it easy to create your own IOT co - 📟 Accurate counting via interrupt and non-blocking functions (accuracy tested up to 100k CPM), with optional hardware counter (ESP32 only - PCNT) - ⏲️ No dead time due to waiting for 3rd party services - 🌐 Upload and share statistics to services online and locally via MQTT and Home Assistant automatic discovery +- 💾 Save your data locally to a Fat16/32 SDCard over SPI +- 💡 Colourful and intuitive feedback using a WS2812X NeoPixel - 🚧 Test builds for emulating pulse and serial based counters