├── Arduino-HID-Lighting.ino ├── LICENSE ├── README.md └── examples ├── Lights-Powered-From-The-Arduino └── Lights-Powered-From-The-Arduino.ino ├── Neopixel-HID-Lighting └── Neopixel-HID-Lighting.ino └── Philips-Hue-Ethernet-Api └── Philips-Hue-Ethernet-Api.ino /Arduino-HID-Lighting.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mon/Arduino-HID-Lighting/HEAD/Arduino-HID-Lighting.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mon/Arduino-HID-Lighting/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mon/Arduino-HID-Lighting/HEAD/README.md -------------------------------------------------------------------------------- /examples/Lights-Powered-From-The-Arduino/Lights-Powered-From-The-Arduino.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mon/Arduino-HID-Lighting/HEAD/examples/Lights-Powered-From-The-Arduino/Lights-Powered-From-The-Arduino.ino -------------------------------------------------------------------------------- /examples/Neopixel-HID-Lighting/Neopixel-HID-Lighting.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mon/Arduino-HID-Lighting/HEAD/examples/Neopixel-HID-Lighting/Neopixel-HID-Lighting.ino -------------------------------------------------------------------------------- /examples/Philips-Hue-Ethernet-Api/Philips-Hue-Ethernet-Api.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mon/Arduino-HID-Lighting/HEAD/examples/Philips-Hue-Ethernet-Api/Philips-Hue-Ethernet-Api.ino --------------------------------------------------------------------------------