Tutorial 2 - SOS: This is an embedded program which controls LED1 in order to show a blinking SOS pattern. The tutorial starts to organize helper functions like "morse" in a brick library which will grow and grow with each tutorial. Platform specifics are identified in "bricks/platform.h" by setting proper defines (like LED_INVERTED), which are used to achieve platform independent behaviour. The program has been tested on Nordic nRF51-DK and STM NUCLEO-F303K8, NUCLEO-F401RE and NUCLEO-L476RG.

Dependencies:   mbed

History

Some fine tuning; readme file added default tip

2016-12-10, by hux [Sat, 10 Dec 2016 18:34:23 +0000] rev 1

Some fine tuning; readme file added


Initial version of Tutorial 02 "SOS" program. The program controls LED1 to show a blinking SOS pattern. The code has been tested on Nordic nRF51-DK and STM NUCLEO-F303K8, NUCLEO-F401RE, NUCLEO-L476RG. Care about settings in "bricks/platform.h" !!!

2016-12-08, by hux [Thu, 08 Dec 2016 08:07:23 +0000] rev 0

Initial version of Tutorial 02 "SOS" program. The program controls LED1 to show a blinking SOS pattern. The code has been tested on Nordic nRF51-DK and STM NUCLEO-F303K8, NUCLEO-F401RE, NUCLEO-L476RG. Care about settings in "bricks/platform.h" !!!