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.h
Age
Commit message (
Expand
)
Author
2011-02-12
Adding noAnalogWrite() function to disable PWM.
David A. Mellis
2011-02-11
Changes to optimized digitalWrte(), etc.
David A. Mellis
2011-02-11
Optimized digitalWrite(), etc. from Alvaro Lopez.
David A. Mellis
2010-11-29
Redoing 448222e4b65e0cf44dfc0c494f7f76901f1fabea without all the extra files.
David A. Mellis
2010-11-29
Revert "added toInt() function to WString".
David A. Mellis
2010-11-29
added toInt() function to WString
Tom Igoe
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-08-17
Now including stdlib.h from wiring.h so our abs() #define comes after the std...
David A. Mellis
2010-08-11
Adding shiftIn() from Wiring (no count or delaytime though).
David A. Mellis
2010-07-10
INTERNAL -> INTERNAL1V1 AND INTERNAL2V56 on the Mega (issue #194).
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-10-23
Passing the ARDUINO constant from the IDE to avr-gcc as a command line argume...
David A. Mellis
2009-09-13
Updating ARDUINO to 0018 (in wiring.h).
David A. Mellis
2009-06-01
First integration of the Arduino code in Processing 5503: PreProcessor and Co...
David A. Mellis