mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
15 lines
466 B
Markdown
15 lines
466 B
Markdown
Digital Pulse
|
|
===
|
|
Espruino supports a command digitalPulse
|
|
|
|
##General##
|
|
ESP32 supports a so called RMT with a lot of timers. This is defined generally to support Remote Control. Anyway we will use it to create digital pulses.
|
|
|
|
##Usage for Espruino##
|
|
First version of digital pulse uses rmt driver.
|
|
|
|
There are 8 channel available. Each one with is connected to a pin. Timimg goes down to micro secs.
|
|
|
|
|
|
##Status##
|
|
Still waiting for my digital oscilloscope for testing. |