blob: 03b92bce89d5cccdc95f0cbce9a99cbe37d8c02b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.. If you created a package, create one automodule per module in the package.
.. automodule:: adafruit_hid.keyboard
:members:
.. automodule:: adafruit_hid.keycode
:members:
.. automodule:: adafruit_hid.keyboard_layout_us
:members:
.. automodule:: adafruit_hid.keyboard_layout_base
:members:
.. automodule:: adafruit_hid.mouse
:members:
.. automodule:: adafruit_hid.consumer_control
:members:
.. automodule:: adafruit_hid.consumer_control_code
:members:
|