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
/
HID.cpp
Age
Commit message (
Expand
)
Author
2014-09-12
Fixed trivial include error introduced in previous commit 2e3e539b... oops...
Cristian Maglie
2014-07-24
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Cristian Maglie
2014-07-23
Fix of a bug
Amulya Kumar Sahoo
2014-04-20
Fixed other trivial warnings in AVR USB core.
Cristian Maglie
2014-04-20
Removed other unused variables in CDC.cpp and HID.cpp
Cristian Maglie
2012-03-28
fixed logic error in Keyboard.release() - now removes every occurrence of a k...
Zach Eveland
2012-03-28
removed horrible multi-key Keyboard.press() and Keyboard.release() methods
Zach Eveland
2012-03-28
eliminated Keyboard.type() - unnecessary duplication of Keyboard.write() (Dav...
Zach Eveland
2012-03-26
added methods to Keyboard to handle multiple simultaneous key presses or rele...
Zach Eveland
2012-03-26
Keyboard.type() now just presses and releases the key indicated - doesn't rel...
Zach Eveland
2012-03-26
added stub methods for begin() and end() to Mouse and Keyboard
Zach Eveland
2012-03-03
Added Keyboard support for all modifier and all common non-printing keys.
Zach Eveland
2012-03-03
Removed support for key mapping in Keyboard.
Zach Eveland
2012-03-03
added Keyboard methods press(), release(), and releaseAll()
Zach Eveland
2012-03-03
fixed minor compilation warnings for Leonardo
Zach Eveland
2011-12-20
changed Keyboard write() method to type(). Made write() an alias for type() t...
Zach Eveland
2011-12-20
Revert "changed Keyboard write() method to type(). Made write() an alias for...
Zach Eveland
2011-12-20
changed Keyboard write() method to type(). Made write() an alias for type() ...
Zach Eveland
2011-09-16
added Mouse.isPressed() method
Zach Eveland
2011-08-30
added Mouse press() and release()
Zach Eveland
2011-08-30
on a CDC or HID write() error, call setWriteError(). better handling of USB_...
Zach Eveland
2011-08-30
support for non-Leonardo boards is back!
Zach Eveland
2011-08-30
CDC and HID write() routines now return non-void - brought in line with new w...
Zach Eveland
2011-08-14
Serial via USB works
Zach Eveland