summaryrefslogtreecommitdiff
path: root/docs/esp32/tutorial/peripheral_access.rst
AgeCommit message (Collapse)Author
2024-09-17docs/esp32: Update pin access example with addresses for ESP32-S3.Paul Grayson
Signed-off-by: Paul Grayson <pdg@alum.mit.edu> Signed-off-by: Angus Gratton <angus@redyak.com.au>
2023-09-04docs/esp32/tutorial: Add example for pin access via registers.IhorNehrutsa
Synchronous access to pins directly via registers. Signed-off-by: Ihor Nehrutsa <Ihor.Nehrutsa@gmail.com>
2021-10-14docs/esp32/tutorial: Add an example of peripheral control via regs.NitiKaur