Skip to content

USB Remote Control and Multimedia Keys support for Arduino Platform 1.0.5

License

Notifications You must be signed in to change notification settings

stefanjones/Arduino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This adds support for the Arduino to function as a consumer remote control device, providing the following new options on Arduino Leonardo and Micro boards.

Remote.increase()
Remote.decrease()
Remote.mute()

Remote.play()
Remote.pause()
Remote.stop()
Remote.next()

Remote.previous()
Remote.forward()
Remote.rewind()
Remote.clear() 

Full details on the changes are available at http://stefanjones.ca/blog/arduino-leonardo-remote-multimedia-keys/

----------------------------

Arduino is an open-source physical computing platform based on a simple i/o
board and a development environment that implements the Processing/Wiring
language. Arduino can be used to develop stand-alone interactive objects or
can be connected to software on your computer (e.g. Flash, Processing, MaxMSP).
The boards can be assembled by hand or purchased preassembled; the open-source
IDE can be downloaded for free.

For more information, see the website at: http://www.arduino.cc/
or the forums at: http://arduino.cc/forum/

To report a bug in the software, go to:
http://github.com/arduino/Arduino/issues

For other suggestions, use the forum:
http://arduino.cc/forum/index.php/board,21.0.html

INSTALLATION
Detailed instructions are in reference/Guide_Windows.html and
reference/Guide_MacOSX.html.  For Linux, see the Arduino playground:
http://www.arduino.cc/playground/Learning/Linux

CREDITS
Arduino is an open source project, supported by many.

The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
Gianluca Martino, Daniela Antonietti, and David A. Mellis.

Arduino uses the GNU avr-gcc toolchain, avrdude, avr-libc, and code from
Processing and Wiring.

Icon and about image designed by ToDo: http://www.todo.to.it/

About

USB Remote Control and Multimedia Keys support for Arduino Platform 1.0.5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 46.0%
  • Java 33.2%
  • C++ 11.0%
  • Other 5.0%
  • Objective-C 3.3%
  • Shell 0.8%
  • Other 0.7%