You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a hardware test for `machine.Counter`. It requires two jumper
wires between two pairs of pins, uses `machine.Pin` and `machine.PWM` to
generate pulses and control the `direction` of counting, and `machine.Counter`
to input on two of them.
Currently supported on:
- esp32 (tested on ESP32 board)
- mimxrt ???
- esp8266 ???
- rp2 ???
- samd21 ???
Signed-off-by: IhorNehrutsa <[email protected]>
0 commit comments