Add peripheral stuff

This commit is contained in:
Smaug123
2021-12-24 18:49:47 +00:00
parent 910a75d18e
commit 2be5effbe2
5 changed files with 89 additions and 0 deletions

12
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fantomas-tool": {
"version": "4.5.10",
"commands": [
"fantomas"
]
}
}
}