From 62f3897a2e03a4b935b2ef4b1a694c8923d8e802 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 9 Feb 2011 02:22:20 +0100 Subject: Add some examples for the STM32-Discovery board. This adds a directory of examples, tested on the STM32-Discovery, just modifications of: button, miniblink, fancyblink, usart, and rtc. Thanks Marko Kraljevic for the patch! --- examples/stm32/stm32-discovery/fancyblink/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/stm32/stm32-discovery/fancyblink/README (limited to 'examples/stm32/stm32-discovery/fancyblink/README') diff --git a/examples/stm32/stm32-discovery/fancyblink/README b/examples/stm32/stm32-discovery/fancyblink/README new file mode 100644 index 0000000..3e09f9b --- /dev/null +++ b/examples/stm32/stm32-discovery/fancyblink/README @@ -0,0 +1,8 @@ +------------------------------------------------------------------------------ +README +------------------------------------------------------------------------------ + +This is the smallest-possible example program using libopencm3. + +It's intended for the STM32 Discovery eval board. It should blink +the LEDs on the board. -- cgit v1.2.3