stm32f4/08-Serial
2012-11-07 16:37:12 +01:00
..
chconf.h Serial terminal access 2012-11-07 16:37:12 +01:00
halconf.h Serial terminal access 2012-11-07 16:37:12 +01:00
main.c Serial terminal access 2012-11-07 16:37:12 +01:00
Makefile Serial terminal access 2012-11-07 16:37:12 +01:00
mcuconf.h Serial terminal access 2012-11-07 16:37:12 +01:00
README.txt Serial terminal access 2012-11-07 16:37:12 +01:00

This program allows a PC to control the LEDs through a serial terminal (e.g.
Minicom). TX and RX should be connected to PA2 and PA3.

Pressing O, R, G or B in the terminal will toggle the corresponding LED.
Pressing Space inverts all of them.