diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-18 05:22:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-18 05:22:57 +0000 |
commit | 3b3ea167f01d24cddc2b59453a000969a42d2234 (patch) | |
tree | eb6a4ef86348df4c0ae5558a45ca1f9e7d83060f /LUFA/ManPages | |
parent | 3d6508c9b9505cb3393b7c12df1a0c87f7828bbe (diff) | |
download | lufa-3b3ea167f01d24cddc2b59453a000969a42d2234.tar.gz lufa-3b3ea167f01d24cddc2b59453a000969a42d2234.tar.bz2 lufa-3b3ea167f01d24cddc2b59453a000969a42d2234.zip |
Renamed HotmailNotifier project to LEDNotifier.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 | ||||
-rw-r--r-- | LUFA/ManPages/LibraryApps.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index b6ef5b9aa..ef2edbdbe 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -24,7 +24,7 @@ * - Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values
* - Added new EVK527 board target
* - Added new USB_Host_GetDeviceStringDescriptor() convenience function
- * - Added new HotmailNotification project to the library, to give a visual LED notification when new email arrives
+ * - Added new LEDNotification project to the library, to give a visual LED notification on new events from the host
*
* <b>Changed:</b>
* - Removed code in the Keyboard demos to send zeroed reports between two reports with differing numbers of keycodes
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index 91bcd2e5c..28ece38b8 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -100,7 +100,7 @@ * - <b>Projects</b>
* - <b>AVRISP</b> - AVRISP-MKII Programmer Clone project
* - <b>Benito</b> - Benito Board Arduino Programmer project
- * - <b>HotmailNotifier</b> - Hotmail Email LED Notification project
+ * - <b>LEDNotifier</b> - USB LED Notification project
* - <b>Magstripe</b> - Magnetic Stripe Card Reader project
* - <b>MissileLaucher</b> - Toy Missile Launcher Host project
* - <b>USBtoSerial</b> - USB to USART Serial Converter project
|