P1060824.MOV

12 years ago
4

This is just a test of libarduino library (http://libarduino.googlecode.com) where I added millis function:
- blink Red LED D7 at 250ms in non-blocking mode with millis;
- PWM Blue LED on D9
- send on serial (57600 bds) the PWM value.
When you use millis, first you must call millis_init() function (is what init() function do in Arduino IDE).

Loading comments...