* documentation pages. It is not a project source file.\r
*/\r
\r
-/** \mainpage Communications Device Class (Virtual Serial Port) Demo\r
+/** \mainpage USB LED Notifier Project\r
*\r
* \section SSec_Compat Demo Compatibility:\r
*\r
*\r
* \section SSec_Description Project Description: \r
*\r
- * 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
*\r
- * To compile the host application, you will need Microsoft Visual Studio 2008 (the free Express edition should be\r
- * sufficient) as well as a recent version of Windows Live Messenger installed. When run, you will need to set the COM port\r
- * number used by the hardware on the host PC, whereupon the host will send new email notifications to the device.\r
+ * This can be controlled with any host application that can write to the virtual serial port, allowing it to become\r
+ * a visual notification system for any number of custom host applications, such as a new unread email notifier.\r
*\r
* \section SSec_Options Project Options\r
*\r