Replies: 1 comment
-
You can use viper code emitter (for speed) to write byte directly to port output memory register. -> technical ref. esp32 ( to find out registers adress) : https://www.mouser.com/pdfdocs/ESP32-Tech_Reference.pdf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm interested in creating an 8-bit ADC using a resistor ladder to demonstrate audio output. Is it possible to write output pins as a group by writing to a "register", as is possible on Arduino Unos and Nanos? I'm planning to write at 4kHz, so I suspect that calling the python routines for each single pin would be too slow.
Paul
Beta Was this translation helpful? Give feedback.
All reactions