We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8405415 commit 2e08d54Copy full SHA for 2e08d54
hardware/output/schematic.pdf
24 KB
main.py
@@ -36,7 +36,7 @@
36
#
37
# For controlling the Output Amp:
38
39
-# Pin7 / GP6 - ENABLE (fly wire as PCB error)
+# Pin7 / GP5 - ENABLE (fly wire as PCB error)
40
# Pin14 / GP10 - Shared with OLED_CLK
41
# Pin15 / GP11 - Shared with OLED_DIN
42
pico_timecode.py
@@ -14,7 +14,7 @@
14
from machine import Timer
15
from micropython import schedule
16
17
-VERSION="v2.0+"
+VERSION="v2.1"
18
19
# set up Globals
20
eng = None
0 commit comments