Skip to content

Commit bc81259

Browse files
author
Antti Kauppila
committed
Changed default Pins to NC
1 parent d9229d3 commit bc81259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mbed_lib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"config": {
44
"tx": {
55
"help": "TX pin for serial connection",
6-
"value": "D1"
6+
"value": "NC"
77
},
88
"rx": {
99
"help": "RX pin for serial connection",
10-
"value": "D0"
10+
"value": "NC"
1111
},
1212
"debug": {
1313
"help": "Enable debug logs",

0 commit comments

Comments
 (0)