We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50c879b + fbaf6e5 commit 5bed56cCopy full SHA for 5bed56c
boards/magtag/definition.json
@@ -100,12 +100,19 @@
100
"dataType": "bool",
101
"hasPWM": false,
102
"direction": "OUTPUT"
103
+ },
104
+ {
105
+ "name": "D17",
106
+ "displayName": "Piezo Speaker (D17)",
107
+ "hasPWM": true,
108
+ "dataType": "bool",
109
+ "direction": "OUTPUT"
110
}
111
],
112
"analogPins": [
113
{
114
"name": "A17",
- "displayName": "Piezo Speaker (A0)",
115
116
"hasPWM": true,
117
"dataType": "int16"
118
},
@@ -142,4 +149,4 @@
142
149
143
150
]
144
151
145
-}
152
+}
0 commit comments