We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8c1d3 commit fd6e3ceCopy full SHA for fd6e3ce
src/codal_app/codal.json
@@ -2,7 +2,7 @@
2
"target": {
3
"name": "codal-microbit-v2",
4
"url": "https://github.com/lancaster-university/codal-microbit-v2",
5
- "branch": "v0.2.66",
+ "branch": "v0.2.67",
6
"type": "git",
7
"test_ignore": true
8
} ,
src/codal_app/main.cpp
@@ -75,9 +75,6 @@ int main() {
75
uBit.audio.setSpeakerEnabled(true);
76
uBit.audio.setPinEnabled(false);
77
78
- // Initialise the logo pin in capacitive touch mode.
79
- uBit.io.logo.isTouched(TouchMode::Capacitative);
80
-
81
mp_main();
82
return 0;
83
}
0 commit comments