added accelerometer content
This commit is contained in:
parent
2734d02e53
commit
29b5dfd9d1
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -158,5 +158,19 @@
|
||||
"interface": "jtag",
|
||||
"runToMain": true,
|
||||
},
|
||||
{
|
||||
"type": "cortex-debug",
|
||||
"request": "launch",
|
||||
"name": "Debug Accelerometer",
|
||||
"servertype": "jlink",
|
||||
"gdbPath": "/usr/bin/gdb-multiarch",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"device": "VA10820",
|
||||
"svdFile": "./va108xx-rs/svd/va108xx-base.svd.patched",
|
||||
"preLaunchTask": "rust: cargo build accelerometer",
|
||||
"executable": "${workspaceFolder}/target/thumbv6m-none-eabi/debug/examples/accelerometer",
|
||||
"interface": "jtag",
|
||||
"runToMain": true,
|
||||
},
|
||||
]
|
||||
}
|
13
.vscode/tasks.json
vendored
13
.vscode/tasks.json
vendored
@ -151,5 +151,18 @@
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "rust: cargo build accelerometer",
|
||||
"type": "shell",
|
||||
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||
"args": [
|
||||
"build", "-p", "vorago-reb1", "--example", "accelerometer",
|
||||
"--features", "rt"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
BIN
docs/ADXL343-1503782.pdf
Normal file
BIN
docs/ADXL343-1503782.pdf
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
Subproject commit 5f6914a93ab814fa0de00226c20f92e23ad8ffde
|
||||
Subproject commit 1db363fe1a5608d2227023f42fccfcad41e56d99
|
@ -1 +1 @@
|
||||
Subproject commit 1b2e9734701f018f3f3e1a576518146adef96050
|
||||
Subproject commit dbca9d8fd2126193cefbab1f1255f0c0eb104dc7
|
Loading…
x
Reference in New Issue
Block a user