libopencm3/examples/efm32/tinygecko/efm32-tg-stk3300/miniblink-efm32lib
chrysn 48b3cd49fb first working example utilizing efm32lib
this *does* include hardcoded paths of my local machine; that will be
fixed with the next commits.
2012-03-23 01:18:16 +01:00
..
Makefile first working example utilizing efm32lib 2012-03-23 01:18:16 +01:00
README first working example utilizing efm32lib 2012-03-23 01:18:16 +01:00
core_cm3.h first working example utilizing efm32lib 2012-03-23 01:18:16 +01:00
efm32_cmu.c first working example utilizing efm32lib 2012-03-23 01:18:16 +01:00
efm32_gpio.c first working example utilizing efm32lib 2012-03-23 01:18:16 +01:00
miniblink.c first working example utilizing efm32lib 2012-03-23 01:18:16 +01:00

README

===================================================
EFM32-TG-STK3300 Examples miniblink-efm32lib README
===================================================

This is a port of the miniblink example to the efm32lib library.

It's intended for the EFM32-TG-STK3300 eval board. It should blink the user LED
on the board, just as the original miniblink example does.