GitXplorerGitXplorer
m

Arduino-HID-Lighting

public
39 stars
15 forks
1 issues

Commits

List of commits on branch master.
Verified
9d0b11944215cb00df335a9e76c1b2b6a201e345

Merge pull request #5 from edandersen/master

mmon committed 5 years ago
Unverified
137859a0720312811836441124166421bd3189b1

Added example for Phillips Hue

eedandersen committed 5 years ago
Unverified
f9a632807e30ae113aaf2c4c4c8f3972f91948fa

Add basic example

mmon committed 5 years ago
Unverified
baa7a9517c7bf2bdc06f934bad846f4dc80dcd50

More clarity about interrupt behavious

mmon committed 6 years ago
Unverified
7c3d003aebdca595572833da79d676e827da9a03

Example code for Neopixels

mmon committed 7 years ago
Unverified
3b39a760ba4acd5c64e2d0eb861b79fec0e0cfc5

Important neopixel clarifications

mmon committed 7 years ago

README

The README file for this repository.

Arduino HID Lighting

Some games (eg Konami arcade rips) support external lights, controlled by the game. These communicate over generic HID output reports.

This is a small project that configures USB capable Arduino boards correctly, such that you only need to handle LED events.

If there are any compatibility problems, pull requests and new issues are most welcome.