fix for capacitive sensors not working, enum introduction for sensormode

This commit is contained in:
c3ma
2022-02-19 02:24:19 +01:00
parent d0320beaa7
commit a0f8df7016
6 changed files with 192 additions and 177 deletions

View File

@@ -22,7 +22,9 @@
"array": "cpp",
"tuple": "cpp",
"utility": "cpp",
"fstream": "cpp"
"fstream": "cpp",
"ostream": "cpp",
"sstream": "cpp"
}
}
}