We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb3cce commit 512c28fCopy full SHA for 512c28f
m5-stack/Rev.0/TODO.md
@@ -6,7 +6,6 @@
6
- [x] CoreS3
7
- [x] Firmware
8
- [x] README
9
- - [x] photos
10
- [ ] Power
11
- [ ] USB
12
- [ ] M5
m5-stack/Rev.0/coreS3/main.py
@@ -43,7 +43,7 @@ def setup():
43
IO1.value(True)
44
IO2.value(True)
45
screen()
46
-
+ Power.setExtOutput(True)
47
48
def screen():
49
Widgets.setRotation(1)
0 commit comments