Module f3::examples [] [src]

Examples

In order of increasing complexity

Modules

_00_hello

Prints "Hello, world" on the OpenOCD console

_01_itm

Sends "Hello, world!" through the first ITM stimulus port

_02_leds

Turns all the user LEDs on

_03_blinky

Blinks an LED

_04_roulette

A LED roulette!

_05_serial

Test the serial interface

_06_serial_echo

Serial interface echo server

_07_l3gd20

Interfacing the on-board L3GD20 (gyroscope)

_08_lsm303dlhc

Interfacing the on-board LSM303DLHC (accelerometer + compass)

_09_cooperative

Cooperative multitasking

_10_reactive_serial_echo

Serial interface echo server (reactive version)

_11_reactive_roulette

A LED roulette! (reactive version)

_12_preemptive

Preemptive multitasking

_13_log_sensors

Logs data from the motion sensors over ITM

_14_madgwick

Madgwick's orientation filter