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.

MediaController.txt 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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 Media Controller Project
  7. *
  8. * \section Sec_Compat Project Compatibility:
  9. *
  10. * The following list indicates what microcontrollers are compatible with this project.
  11. *
  12. * \li Series 7 USB AVRs (AT90USBxxx7)
  13. * \li Series 6 USB AVRs (AT90USBxxx6)
  14. * \li Series 4 USB AVRs (ATMEGAxxU4)
  15. * \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2)
  16. *
  17. * \section Sec_Info USB Information:
  18. *
  19. * The following table gives a rundown of the USB utilization of this demo.
  20. *
  21. * <table>
  22. * <tr>
  23. * <td><b>USB Mode:</b></td>
  24. * <td>Device</td>
  25. * </tr>
  26. * <tr>
  27. * <td><b>USB Class:</b></td>
  28. * <td>Human Interface Device (HID)</td>
  29. * </tr>
  30. * <tr>
  31. * <td><b>USB Subclass:</b></td>
  32. * <td>N/A</td>
  33. * </tr>
  34. * <tr>
  35. * <td><b>Relevant Standards:</b></td>
  36. * <td>USBIF HID Specification \n
  37. * USBIF HID Usage Tables</td>
  38. * </tr>
  39. * <tr>
  40. * <td><b>Supported USB Speeds:</b></td>
  41. * <td>Low Speed Mode \n
  42. * Full Speed Mode</td>
  43. * </tr>
  44. * </table>
  45. *
  46. * \section Sec_Description Project Description:
  47. *
  48. * Media Controller project. This project implements a basic Media Control device, to signal the host to play, pause, toggle playback,
  49. * mute and/or adjust the host volume, in addition to other such media commands. This project may be extended to create a dedicated
  50. * media playback control device, for home media centers or other equipment. By default, some of the most commonly used playback controls
  51. * are controlled by the board joystick and LEDs, however this may be altered as desired.
  52. *
  53. * \section Sec_Options Project Options
  54. *
  55. * The following defines can be found in this project, which can control the project behaviour when defined, or changed in value.
  56. *
  57. * <table>
  58. * <tr>
  59. * <td>
  60. * None
  61. * </td>
  62. * </tr>
  63. * </table>
  64. */