ChibiOS/demos/AVR/NIL-ARDUINO-UNO
Theodore Ateba dacb403627 Update all demos comments and indent
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11429 35acf78f-673a-0410-8e92-d51de3d6d3f4
2018-02-04 13:36:12 +00:00
..
Makefile
chconf.h Mass update of the Apache 2.0 license statement. 2018-01-20 11:44:14 +00:00
halconf.h Mass update of the Apache 2.0 license statement. 2018-01-20 11:44:14 +00:00
main.c Update all demos comments and indent 2018-02-04 13:36:12 +00:00
mcuconf.h Mass update of the Apache 2.0 license statement. 2018-01-20 11:44:14 +00:00
readme.txt

readme.txt

*****************************************************************************
** ChibiOS/NIL port for Atmel AVR ATmega328p.                              **
*****************************************************************************

** TARGET **

The demo runs on an Arduino Uno board.

** The Demo **

One thread prints a message to the serial console, which is available on
the board USB connector (FT232 converter).

Another thread toggles the LED on PB5 (pin 13 on Arduino IDE) every 500ms.

** Build Procedure **

The demo was built using the GCC AVR toolchain.