aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/USBAPI.h
AgeCommit message (Expand)Author
2013-07-27Move buffers into USB CDC (look #947 and #1369 for reference)Cristian Maglie
2013-07-26Fixed compile problem for Leonardo after 0bd6a2d20fb9664255b20e0db11dd4586ebe...Cristian Maglie
2012-06-14Adding write(str) and write(buf, size) for USB CDC.David A. Mellis
2012-05-15Mouse.isPressed() now checks only for left button by defaultZach Eveland
2012-05-01renamed Leonardo USB_ class to USBDevice_ to be unambiguous. renamed "USB" o...Zach Eveland
2012-04-01added Boolean operators to HardwareSerial and CDC to test whether the port is...Zach Eveland
2012-03-28removed horrible multi-key Keyboard.press() and Keyboard.release() methodsZach Eveland
2012-03-28eliminated Keyboard.type() - unnecessary duplication of Keyboard.write() (Dav...Zach Eveland
2012-03-26added methods to Keyboard to handle multiple simultaneous key presses or rele...Zach Eveland
2012-03-26added stub methods for begin() and end() to Mouse and KeyboardZach Eveland
2012-03-03Added Keyboard support for all modifier and all common non-printing keys.Zach Eveland
2012-03-03Removed support for key mapping in Keyboard.Zach Eveland
2012-03-03added Keyboard methods press(), release(), and releaseAll()Zach Eveland
2012-03-03fixed minor compilation warnings for LeonardoZach Eveland
2011-12-20changed Keyboard write() method to type(). Made write() an alias for type() t...Zach Eveland
2011-12-20Revert "changed Keyboard write() method to type(). Made write() an alias for...Zach Eveland
2011-12-20changed Keyboard write() method to type(). Made write() an alias for type() ...Zach Eveland
2011-12-18added asynchronous buffering of received CDC charactersZach Eveland
2011-09-16added Mouse.isPressed() methodZach Eveland
2011-09-16made some Keyboard methods privateZach Eveland
2011-09-13fixed Mouse button assignmentsZach Eveland
2011-09-12made Mouse.buttons() private. removed MOUSE_ALL macroZach Eveland
2011-08-30added Mouse press() and release()Zach Eveland
2011-08-30support for non-Leonardo boards is back!Zach Eveland
2011-08-30CDC and HID write() routines now return non-void - brought in line with new w...Zach Eveland
2011-08-14Serial via USB worksZach Eveland