Example Projects¶
The example projects can be found under the examples/
directory.
uart/hello_world
Prints “Hello, World” to
uart0
.
gpio/proximity_sensor_pgm
Proximity sensor program using
gpio
.
spi/spi_write_read_pgm
Writes some data to
eeprom
and read backs the data usingspi
.
i2c/EEPROM_24aa64
Writes some data to
eeprom
and read backs the data usingi2c
.
gpio/gpio_write_read_pgm
Read and Write to
gpio-pins
.
timer/timer_sample_pgm
Timers are loaded with values and waits for interrupt in polling mode.
adc/adc_sample_pgm
Read all
adc
channel values and display it viauart0
.