File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 33- [ Setup] ( ./README.md )
44 - [ Software setup] ( ./setup/software.md )
55 - [ Hardware information] ( ./setup/hardware.md )
6+ - [ Links] ( ./setup/links.md )
67- [ Hello World] ( ./hello_world.md )
78- [ Blinky] ( ./blinky.md )
89- [ Exercise: working with inputs] ( ./button.md )
10+ - [ Interrupts] ( ./interrupt_intro.md )
11+ - [ GPIO Interrupt] ( ./gpio_interrupt.md )
Original file line number Diff line number Diff line change 88
99- [ Board schematic] ( ../files/ESP32-C6-Touch-LCD-1.47-Schematic.pdf )
1010- [ ESP32-C6 datasheet] ( ../files/ESP32-C6_Series_Datasheet.pdf )
11-
12- ## Links
13-
14- - [ Embedded Rust (no_std) on Espressif book] [ 1 ]
15- - [ ` esp_hal ` crate documentation] [ 2 ]
16- - [ ESP32-C6 Development Board] [ 3 ]
17-
18- [ 1 ] : https://docs.espressif.com/projects/rust/no_std-training/01_intro.html
19- [ 2 ] : https://docs.espressif.com/projects/rust/esp-hal/1.0.0-rc.0/esp32c6/esp_hal/index.html
20- [ 3 ] : https://www.waveshare.com/esp32-c6-touch-lcd-1.47.htm
Original file line number Diff line number Diff line change 1+ # Links
2+
3+ - [ Embedded Rust (no_std) on Espressif book] [ 1 ]
4+ - [ ` esp_hal ` crate documentation] [ 2 ]
5+ - [ ESP32-C6 Development Board] [ 3 ]
6+
7+ [ 1 ] : https://docs.espressif.com/projects/rust/no_std-training/01_intro.html
8+ [ 2 ] : https://docs.espressif.com/projects/rust/esp-hal/1.0.0-rc.0/esp32c6/esp_hal/index.html
9+ [ 3 ] : https://www.waveshare.com/esp32-c6-touch-lcd-1.47.htm
You can’t perform that action at this time.
0 commit comments