aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
AgeCommit message (Expand)Author
2009-03-25Adding support for the Arduino Mega (ATmega1280) to the core and bootloader.David A. Mellis
2009-03-16Adding Print.cpp to Makefile.David A. Mellis
2009-01-25fixing / improving printFloat() from Mikal HartDavid A. Mellis
2008-12-23Fixing delay() to delay at least N milliseconds.David A. Mellis
2008-11-26Adding support for printing floats and doubles (defaulting to 2 decimal places)David A. Mellis
2008-11-26Adding micros() function.David A. Mellis
2008-11-08Switching to new signal (interrupt handler) names for compatibility with the ...David A. Mellis
2008-11-08Waiting for pulse to start (rising or falling edge) to start timing.David A. Mellis
2008-11-01Switching tests for __AVR_ATmega168__ to tests for __AVR_ATmega8__ so that le...David A. Mellis
2008-10-26Moving makeWord() function defintion into WMath.cpp (out of WProgram.h).David A. Mellis
2008-10-25Adding word datatype and cast/construction macros, bitRead(), bitWrite(), bit...David A. Mellis
2008-10-13Little fixes:David A. Mellis
2008-09-15Adding #ifdef guard to WProgram.h to prevent multiple #includes. David A. Mellis
2008-08-17Updating Makefile to derive target name from the current folder.David A. Mellis
2008-07-02Adding ADXL3xx accelerometer example; minor comment changes.David A. Mellis
2008-06-21Wire library patch to provide better error handling.David A. Mellis
2008-05-26Fixing random() to work with longs.David A. Mellis
2008-05-07Changing Print class to use regular virtual write() function (instead of my hackDavid A. Mellis
2008-04-18Fixing millis() overflow: changing millis() and the timer 0 overflow handler ...David A. Mellis
2008-04-18Adding the Print class.David A. Mellis
2008-04-18Factored out print() and println() from HardwareSerial to a base class for sh...David A. Mellis
2008-03-24added newline at the end of file to get rid of compiler and SVN warningsHans-Christoph Steiner
2008-03-08Adding to the todo list and readme; fixing a bit of indentation.David A. Mellis
2008-03-08Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ...David A. Mellis
2008-03-05Incorporating a modified version of oli.keller's Makefile (prepends #include ...David A. Mellis
2008-02-23Cleaning up Mac build, adding Serial.println(unsigned int), adding #include <...David A. Mellis
2008-01-22New script for download the reference from Tom Pollard. Updated reference an...David A. Mellis
2007-12-14Adding analogReference() function - needs testing on an ATmega8 (but works on...David A. Mellis
2007-11-21Adding map(), fixing radians() and degrees(), adding cast functions (int(x) i...David A. Mellis
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis