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/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/README b/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/README
deleted file mode 100644
index 41943dc..0000000
--- a/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/README
+++ /dev/null
@@ -1,13 +0,0 @@
-============================================
-EFM32-TG-STK3300 Examples lightswitch README
-============================================
-
-This is a small example program for GPIO input and output, and how the device
-can be configured to use minimal power (although the example is merely
-scratching the surface of what is possible powersaving-wise).
-
-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.
-
-Various implementations are offered (-busywait, -interrupt), and can configured
-in lightswitch.c.