aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring_analog.c
AgeCommit message (Expand)Author
2022-03-07rename arduino core dir to xinputHEADmasterHampusM
2020-11-01Improve reading ADC resultVitaly Shmagun
2020-05-02Update comment on wiring_analog.cMaximilian Leopold
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-07-03Removed a handful of SVN expansion keywords. See #277Federico Fissore
2014-05-16Support TIMER1CMatthijs Kooijman
2013-07-31Merge branch 'issue1366' of github.com:Lauszus/Arduino into Lauszus-issue1366Cristian Maglie
2013-05-02Removed double instance of the same codeKristian Sloth Lauszus
2013-04-18Check if ATmega32u4 is definedKristian Sloth Lauszus
2013-04-18Removed call to analogPinToChannel for LeonardoKristian Sloth Lauszus
2013-04-17Use analogPinToChannel if it's definedKristian Sloth Lauszus
2013-04-04Added support for all variants of SanguinoKristian Sloth Lauszus
2013-03-06Use analogPinToChannel() macro if present for ATtiny25/45/85.David A. Mellis
2012-10-09Adding ATmega644P check to ATmega1284P check.David A. Mellis
2012-04-19bugfix for configuring PWM on D6 and D13 too early. (thanks to Limor Fried)Zach Eveland
2012-04-19bugfix for boards with a timer 4 but no channel DZach Eveland
2012-03-03Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloaderZach Eveland
2012-03-02Small changes for the ATmega1284.David A. Mellis
2011-12-18fixed digitalWrite on timer 4 pins (D6 and D13)Zach Eveland
2011-12-11fixed TIMER4 use on LeonardoZach Eveland
2011-11-16Fixed handling of Ax constants on LeonardoZach Eveland
2011-09-16added support for TIMER4D used for PWM on Leonardo and Micro D6Zach Eveland
2011-09-13fixed analog pin mapping for 32u4Zach Eveland
2011-02-18Revert "Adding noAnalogWrite() function to disable PWM."David A. Mellis
2011-02-12Adding noAnalogWrite() function to disable PWM.David A. Mellis
2010-10-17Modifying basic functions (digital and analog, read and write) to use registe...David A. Mellis
2010-09-081280 -> 1280/2560.David A. Mellis
2010-05-16Adding A0=14, A1=15, etc. aliases for analog input pins and modifying analogR...David A. Mellis
2009-11-21Improving third-party hardware support:David A. Mellis
2009-11-07Moving things around.David A. Mellis
2009-08-23Undoing revision 628 because it broke analogRead() on analog inputs 8 to 15 o...David A. Mellis
2009-06-15Changing analog read channel mask from 0x07 to 0x0f to allow for reading of t...David A. Mellis
2009-06-01First integration of the Arduino code in Processing 5503: PreProcessor and Co...David A. Mellis