Skip to content

Commit

Permalink
Add link to PCNT info
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Jan 5, 2025
1 parent d65d618 commit 3770495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hardware/esphardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 3770495

Please sign in to comment.