Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 371 Bytes

exercise.md

File metadata and controls

26 lines (17 loc) · 371 Bytes
layout title parent
post
4.4 Exercise
4. GPIO

Blinky

GPIO-output

Make a 1 Hz blinky program.

solution: exercises/gpio/blinky

Button

GPIO-input

Use button to turn LED on or off.

solution: exercises/gpio/button

2 LEDs

Threads + GPIO

Blinky for 2 LED at different frequencies, using different threads.

solution: exercises/gpio/two-leds