From 3770495932370731fd282fb9c7a61505f4cf51d4 Mon Sep 17 00:00:00 2001 From: steadramon <866195+steadramon@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:43:25 +0000 Subject: [PATCH] Add link to PCNT info --- docs/hardware/esphardware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware/esphardware.md b/docs/hardware/esphardware.md index 3423ff1..7b26323 100644 --- a/docs/hardware/esphardware.md +++ b/docs/hardware/esphardware.md @@ -20,4 +20,4 @@ The ESP8266 ESPGeiger build is the base firmware for the official ESPGeiger-base ### PCNT -The `ESP32` range of MCUs feature an in-built hardware pulse counter (`PCNT`). By default ESPGeiger uses the hardware PCNT on Pulse builds for ESP32 device. A `no_pcnt` build is also available for ESP32 which uses the same Interrupt counter mechanism as the ESP8266 builds. \ No newline at end of file +The `ESP32` range of MCUs feature an in-built [hardware pulse counter](https://docs.espressif.com/projects/esp-idf/en/v5.4/esp32/api-reference/peripherals/pcnt.html) (`PCNT`). By default ESPGeiger uses the hardware PCNT on Pulse builds for ESP32 device. A `no_pcnt` build is also available for ESP32 which uses the same Interrupt counter mechanism as the ESP8266 builds.