aboutsummaryrefslogtreecommitdiff
path: root/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/README')
-rw-r--r--examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/README b/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/README
new file mode 100644
index 0000000..4b6b333
--- /dev/null
+++ b/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/README
@@ -0,0 +1,9 @@
+============================================
+EFM32-TG-STK3300 Examples lightswitch README
+============================================
+
+This is a small example program for GPIO input and output (and, in future, IRQ
+handling).
+
+It's intended for the EFM32-TG-STK3300 eval board. It turn the User LED on when
+PB0 is pressed, and off when PB1 is pressed.