summaryrefslogtreecommitdiff
path: root/wasp/boards/sphinx
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-03-08 17:40:27 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-03-08 17:40:27 (GMT)
commitd2058fb87f98c9c12e78a23baada8a407519d1de (patch)
tree8c594e8654634b6d2912e1759091684c0c82ce43 /wasp/boards/sphinx
parent799a66c9b95a1f95eba8b3412c45b6290ec68a73 (diff)
docs: Increase the scope of the documentation
We now generate documentation for everything included in the PineTime manifest (although, at this stage, not everything in the manifest has all the required docstrings).
Diffstat (limited to 'wasp/boards/sphinx')
-rw-r--r--wasp/boards/sphinx/machine.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/wasp/boards/sphinx/machine.py b/wasp/boards/sphinx/machine.py
index e69de29..b35a2a7 100644
--- a/wasp/boards/sphinx/machine.py
+++ b/wasp/boards/sphinx/machine.py
@@ -0,0 +1,8 @@
+class ADC():
+ pass
+
+class Pin():
+ pass
+
+class PWM():
+ pass