Skip to content

Commit 512c28f

Browse files
committed
M5: enabled CoreS3 5V bus out
1 parent 9eb3cce commit 512c28f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

m5-stack/Rev.0/TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
- [x] CoreS3
77
- [x] Firmware
88
- [x] README
9-
- [x] photos
109
- [ ] Power
1110
- [ ] USB
1211
- [ ] M5

m5-stack/Rev.0/coreS3/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def setup():
4343
IO1.value(True)
4444
IO2.value(True)
4545
screen()
46-
46+
Power.setExtOutput(True)
4747

4848
def screen():
4949
Widgets.setRotation(1)

0 commit comments

Comments
 (0)