More GPIO debug output added; checking GPIO15, too

This commit is contained in:
Ollo
2021-05-19 20:54:11 +02:00
parent c7d98ef108
commit ad0ae88c3c
2 changed files with 38 additions and 18 deletions

View File

@@ -15,7 +15,14 @@
"functional": "cpp",
"string": "cpp",
"typeinfo": "cpp",
"cmath": "cpp"
"cmath": "cpp",
"array": "cpp",
"deque": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"initializer_list": "cpp",
"regex": "cpp"
}
}
}