aboutsummaryrefslogtreecommitdiffstats
path: root/examples/blinky.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Converting all files to UNIX newlines.Marti Bolivar2011-05-101-32/+32
| | | | | | | Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .`
* /examples/ cleanups.Marti Bolivar2011-05-041-6/+3
|
* Brought examples/ up to date; PIN_MAP bugfix for D24.Marti Bolivar2011-03-041-3/+3
|
* Updated blinky.cpp for portabilityMarti Bolivar2011-02-101-5/+7
|
* simplified example headersbnewbold2010-08-311-27/+1
|
* Call init() before static constructorsPerry Hung2010-06-251-1/+7
| | | | | | | Commit 70a18f96b6d55d23ce58ab40ffb61f172c8f6c73 forces init() to be called before any statically allocated object constructors for the IDE. This adds the change to the examples for users not using the IDE.
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-291-20/+2
| | | | out of main to cxxabi-compat.cpp.
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-311-12/+17
| | | | | | Relicensed the bulk of libmaple under the more permissive MIT License, from GPLv3. Files that were largely or entirely derived from the Arduino, STM, or Lanchon retain their original licenses.
* Major hierarchy reorganization; see README.bnewbold2010-03-311-0/+66
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added