- led_test -> flashing four integrated LEDs (ring)
- ex_board_led_test -> flashing LEDs on the external board (green - red - blue)
- ex_board_led_btn -> turning ON/OFF (white) the LEDs on the external board by pressing (click) on the button
- ex_board_led_timer -> turning ON (white) LEDs on the external board when the timer resets, else turning OFF
- ex_board_led_timer_interrupts -> turning ON/OFF (white) LEDs on the external board when the timer overflow occurs (using interrupts)
- ex_board_led_btn_interrupts -> turning ON/OFF (white) the LEDs on the external board by pressing (click) on the button (using interrupts)
- ex_board_led_pwm -> slowly flashing LEDs (white) on the external board with pwm
- lab1
- lab2
- lab3
- lab4
- lab5