- * Hotmail Email Notifier Project. This project is designed for the Busware BUI board, however it can run easily on any\r
- * USB AVR. It consists of a host application (written in C#) and a device firmware which work together to provide a\r
- * visual mail notification system via the board's RGB LED. While the sample host application uses the Windows Live\r
- * Messenger API for its email notifications, the hardware simply adjusts the LED color based on bytes sent to it - thus\r
- * with a little coding, this project can be adapted for any sort of visual notification.\r
+ * USB LED Notifier Project. This project is designed for the Busware BUI board, however it can run easily on any\r
+ * USB AVR. It is a generic RGB LED controller (via a three channel software PWM) which listens for commands from the\r
+ * host on a CDC virtual serial port. When new commands are received, it updates the board LEDs.\r