From e2a5cd9401d8a52da3b3ef3981598061ac8a7ea9 Mon Sep 17 00:00:00 2001 From: Aran Vink Date: Sun, 28 Mar 2021 00:46:39 +0100 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 968377d7..a348e4ce 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ For more information about the hardware see the [Hardware Manual](https://chome. * [Xbox ONE](#xbox-one-library) controller support * __Yuuichi Akagawa__ - [@YuuichiAkagawa](https://twitter.com/yuuichiakagawa) * Developer of the [MIDI](#midi-library) library +* __Aran Vink__ - + * Developer of the [amBX](#amBX) library # Table of Contents @@ -56,6 +58,7 @@ For more information about the hardware see the [Hardware Manual](https://chome. * [PS Buzz Library](#ps-buzz-library) * [HID Libraries](#hid-libraries) * [MIDI Library](#midi-library) + * [amBX Library](#amBX-library) * [Interface modifications](#interface-modifications) * [FAQ](#faq) @@ -353,6 +356,13 @@ You can convert USB MIDI keyboard to legacy serial MIDI. For information see the following page: . +### [amBX Library](AMBX.cpp) + +This library support Philips amBX lights. +You can set the colors of the lights individually or all at once. The rumble pad and fans are not supported. + +* [AMBX.ino](examples/ambx/AMBX.ino) + # Interface modifications The shield is using SPI for communicating with the MAX3421E USB host controller. It uses the SCK, MISO and MOSI pins via the ICSP on your board.