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
Age
Commit message (
Collapse
)
Author
2007-12-14
Adding analogReference() function - needs testing on an ATmega8 (but works ↵
David A. Mellis
on the ATmega 168).
2007-11-21
Adding map(), fixing radians() and degrees(), adding cast functions (int(x) ↵
David A. Mellis
instead of (int) x), adding interrupts() and noInterrupts(), etc.
2007-11-21
Fixing some warnings.
David A. Mellis
2007-11-04
Adding #include to Matrix examples.
David A. Mellis
2007-10-12
Added BT board and separated Mini from NG.
David A. Mellis
2007-10-09
Adding LilyPad bootloader and adding LilyPad to board definition file.
David A. Mellis
2007-10-07
Switched to new burn bootloader menu system, dynamically generated from the ↵
David A. Mellis
programmers.txt file.
2007-10-06
Now have uploading working with the Boards menu. Improved serial port error ↵
David A. Mellis
messages.
2007-10-06
Initial boards file.
David A. Mellis
2007-10-06
Moving hardware/targets to hardware/cores.
David A. Mellis
2007-10-06
Renaming core to targets.
David A. Mellis
2007-10-06
Moving firmwares into hardware.
David A. Mellis
2007-10-06
Moving bootloaders into the hardware/bootloaders directory.
David A. Mellis
2007-10-06
Moving libraries out from inside targets and creating bootloaders directory.
David A. Mellis
2007-10-06
Moving things around - creating the hardware directory and sticking all the ↵
David A. Mellis
avr code, etc. in there.