File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 55 - [ Hardware information] ( ./setup/hardware.md )
66 - [ Links] ( ./setup/links.md )
77- [ Hello World] ( ./hello_world.md )
8- - [ Blinky] ( ./blinky.md )
9- - [ Exercise: working with inputs] ( ./button.md )
8+ - [ Blinky] ( ./blinky.md )
9+ - [ Exercise: working with inputs] ( ./button.md )
1010- [ Interrupts] ( ./interrupt_intro.md )
11- - [ GPIO Interrupt] ( ./gpio_interrupt.md )
11+ - [ GPIO Interrupt] ( ./gpio_interrupt.md )
12+ - [ Exercise: toggle LED with interrupt] ( ./led_with_interrupt.md )
Original file line number Diff line number Diff line change 1- # Working with inputs
1+ # Exercise: working with inputs
22
33We have worked through an example of driving a GPIO output.
44Now it's time for you to try and extend the program to read the GPIO input state.
Original file line number Diff line number Diff line change 11# Interrupts
22
3- In the last exercise, we learnt how to read to read a GPIO pin state.
3+ In the last exercise, we learnt how to read a GPIO pin state.
44However, it's not always desirable to poll the pin state in software.
55This is where interrupts come it. We can ask hardware to notify us whenever the pin state changes.
66
You can’t perform that action at this time.
0 commit comments