stm32f4/08-Serial/README.txt

6 lines
243 B
Text
Raw Normal View History

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.