Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LEDNotifier.txt 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /** \file
  2. *
  3. * This file contains special DoxyGen information for the generation of the main page and other special
  4. * documentation pages. It is not a project source file.
  5. */
  6. /** \mainpage USB LED Notifier Project
  7. *
  8. * \section Sec_Compat Demo Compatibility:
  9. *
  10. * The following list indicates what microcontrollers are compatible with this demo.
  11. *
  12. * \li AT90USB646
  13. *
  14. * \section Sec_Info USB Information:
  15. *
  16. * The following table gives a rundown of the USB utilization of this demo.
  17. *
  18. * <table>
  19. * <tr>
  20. * <td><b>USB Mode:</b></td>
  21. * <td>Device</td>
  22. * </tr>
  23. * <tr>
  24. * <td><b>USB Class:</b></td>
  25. * <td>Communications Device Class (CDC)</td>
  26. * </tr>
  27. * <tr>
  28. * <td><b>USB Subclass:</b></td>
  29. * <td>Abstract Control Model (ACM)</td>
  30. * </tr>
  31. * <tr>
  32. * <td><b>Relevant Standards:</b></td>
  33. * <td>USBIF CDC Class Standard</td>
  34. * </tr>
  35. * <tr>
  36. * <td><b>Supported USB Speeds:</b></td>
  37. * <td>Full Speed Mode</td>
  38. * </tr>
  39. * </table>
  40. *
  41. * \section Sec_Description Project Description:
  42. *
  43. * USB LED Notifier Project. This project is designed for the Busware BUI board, however it can run easily on any
  44. * USB AVR. It is a generic RGB LED controller (via a three channel software PWM) which listens for commands from the
  45. * host on a CDC virtual serial port. When new commands are received, it updates the board LEDs.
  46. *
  47. * This can be controlled with any host application that can write to the virtual serial port, allowing it to become
  48. * a visual notification system for any number of custom host applications, such as a new unread email notifier.
  49. *
  50. * \section Sec_Options Project Options
  51. *
  52. * The following defines can be found in this project, which can control the project behaviour when defined, or changed in value.
  53. *
  54. * <table>
  55. * <tr>
  56. * <td>
  57. * None
  58. * </td>
  59. * </tr>
  60. * </table>
  61. */