aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Arduino.h
AgeCommit message (Expand)Author
2016-09-07Requested changes to not change code for non ATtinyX5sNiklas Mischkulnig
2016-08-27Add all analog references supported by the ATtinyX5 seriesNiklas Mischkulnig
2015-05-29pulseIn: add alternative implementation based on micros()Martino Facchin
2015-05-21Modified randomSeed, now uses unsigned long.Chris--A
2015-01-07Arduino custom type boolean is now mapped to bool typeCristian Maglie
2014-08-08Merge branch 'master' into ide-1.5.xCristian Maglie
2014-08-08Added replacement stub for cstdlib atexit() funciton.Christopher Andrews
2014-06-27initVariant() is now declared as external "C" function.Cristian Maglie
2014-06-25Allow variants to define an initVariant() function that is called at startup.Matthijs Kooijman
2014-05-16Support TIMER1CMatthijs Kooijman
2014-02-19Instead of #defining true and false, include stdbool.hMatthijs Kooijman
2014-02-13Added license for Arduino.h, binary.h and main.cpp (master branch)Cristian Maglie
2014-02-10Added license for Arduino.h, binary.h and main.cppCristian Maglie
2014-01-22Centrally decide which hardware UARTS are availableMatthijs Kooijman
2014-01-16Define a _NOP() macroMatthijs Kooijman
2014-01-06Removed = char from #define. See https://github.com/arduino/Arduino/issues/17...Federico Fissore
2014-01-06Added new EULER constant. Fixes #1792Federico Fissore
2013-10-31Using NOT_AN_INTERRUPT defined constantCristian Maglie
2013-05-11Merged 1.0.5Cristian Maglie
2013-04-04Added support for all variants of SanguinoKristian Sloth Lauszus
2012-12-10fixed permissions on a lot of text files. see #1116Federico Fissore
2012-11-02Added general yield()-hook for cooperative scheduling development (part 2)Cristian Maglie
2012-10-31Added general yield()-hook for cooperative scheduling developmentCristian Maglie
2012-10-09Adding ATmega644P check to ATmega1284P check.David A. Mellis
2012-09-13Moving ATmega32U4 Timer 2 #undef's to Leonardo pins_arduino.h file.David A. Mellis
2012-08-08Fix for tone() on Leonardo.Shigeru KANEMOTO
2012-01-02Adding INPUT_PULLUP option pinMode(). (Paul Stoffregen).David A. Mellis
2011-12-30Simplifying microseconds <-> clock cycles conversions. (Rob Tillaart)David A. Mellis
2011-12-02Updated reference voltage defines for ATmega1284P.David A. Mellis
2011-10-24Moving ARDUINO_MAIN from main.cpp to wiring_digital.c and hiding PA, PB, etc.David A. Mellis
2011-10-24Correcting analogReference() constants for ATtiny24/44/84 and 25/45/85.David A. Mellis
2011-09-16added support for TIMER4D used for PWM on Leonardo and Micro D6Zach Eveland
2011-03-04Factoring pin definitions out of the core.David A. Mellis
2011-03-03Moving all pin definitions into pins_arduino.h.David A. Mellis
2011-03-03Removing optimized digitalWrite(), digitalRead(), pinMode().David A. Mellis
2011-03-02Re-arranging header files and small fixes to optimized core functions.David A. Mellis
2011-03-01Moving wiring.h contents into Arduino.h.David A. Mellis
2011-03-01Renamed WProgram.h to Arduino.h.David A. Mellis