index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
/
arduino
/
wiring_analog.c
Age
Commit message (
Expand
)
Author
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