Age | Commit message (Expand) | Author |
2020-11-01 | Improve reading ADC result | Vitaly Shmagun |
2020-05-02 | Update comment on wiring_analog.c | Maximilian Leopold |
2016-09-07 | Requested changes to not change code for non ATtinyX5s | Niklas Mischkulnig |
2016-08-27 | Add all analog references supported by the ATtinyX5 series | Niklas Mischkulnig |
2015-07-03 | Removed a handful of SVN expansion keywords. See #277 | Federico Fissore |
2014-05-16 | Support TIMER1C | Matthijs Kooijman |
2013-07-31 | Merge branch 'issue1366' of github.com:Lauszus/Arduino into Lauszus-issue1366 | Cristian Maglie |
2013-05-02 | Removed double instance of the same code | Kristian Sloth Lauszus |
2013-04-18 | Check if ATmega32u4 is defined | Kristian Sloth Lauszus |
2013-04-18 | Removed call to analogPinToChannel for Leonardo | Kristian Sloth Lauszus |
2013-04-17 | Use analogPinToChannel if it's defined | Kristian Sloth Lauszus |
2013-04-04 | Added support for all variants of Sanguino | Kristian Sloth Lauszus |
2013-03-06 | Use analogPinToChannel() macro if present for ATtiny25/45/85. | David A. Mellis |
2012-10-09 | Adding ATmega644P check to ATmega1284P check. | David A. Mellis |
2012-04-19 | bugfix for configuring PWM on D6 and D13 too early. (thanks to Limor Fried) | Zach Eveland |
2012-04-19 | bugfix for boards with a timer 4 but no channel D | Zach Eveland |
2012-03-03 | Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader | Zach Eveland |
2012-03-02 | Small changes for the ATmega1284. | David A. Mellis |
2011-12-18 | fixed digitalWrite on timer 4 pins (D6 and D13) | Zach Eveland |
2011-12-11 | fixed TIMER4 use on Leonardo | Zach Eveland |
2011-11-16 | Fixed handling of Ax constants on Leonardo | Zach Eveland |
2011-09-16 | added support for TIMER4D used for PWM on Leonardo and Micro D6 | Zach Eveland |
2011-09-13 | fixed analog pin mapping for 32u4 | Zach Eveland |
2011-02-18 | Revert "Adding noAnalogWrite() function to disable PWM." | David A. Mellis |
2011-02-12 | Adding noAnalogWrite() function to disable PWM. | David A. Mellis |
2010-10-17 | Modifying basic functions (digital and analog, read and write) to use registe... | David A. Mellis |
2010-09-08 | 1280 -> 1280/2560. | David A. Mellis |
2010-05-16 | Adding A0=14, A1=15, etc. aliases for analog input pins and modifying analogR... | David A. Mellis |
2009-11-21 | Improving third-party hardware support: | David A. Mellis |
2009-11-07 | Moving things around. | David A. Mellis |
2009-08-23 | Undoing revision 628 because it broke analogRead() on analog inputs 8 to 15 o... | David A. Mellis |
2009-06-15 | Changing analog read channel mask from 0x07 to 0x0f to allow for reading of t... | David A. Mellis |
2009-06-01 | First integration of the Arduino code in Processing 5503: PreProcessor and Co... | David A. Mellis |