Completed BSP core features

- Added basic accelerometer example. Board in not populated so it is not complete, but it provides a starting point
- Added ADC base library and example building on the new `max116xx-10bit` device driver crate
This commit is contained in:
2021-12-12 13:46:45 +01:00
parent 1b2e973470
commit 4160df667f
8 changed files with 349 additions and 2 deletions

1
.vscode/launch.json vendored
View File

@ -9,7 +9,6 @@
"request": "launch",
"name": "Debug Blinky",
"servertype": "jlink",
"gdbPath": "/usr/bin/gdb-multiarch",
"cwd": "${workspaceRoot}",
"device": "VA10820",
"svdFile": "../va108xx-rs/va108xx.svd",