Add led drivers
This commit is contained in:
parent
c1b98bb7d0
commit
e023814626
4 changed files with 275 additions and 12 deletions
15
.zed/tasks.json
Normal file
15
.zed/tasks.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// Project tasks configuration. See https://zed.dev/docs/tasks for documentation.
|
||||
//
|
||||
// Example:
|
||||
[
|
||||
{
|
||||
"label": "cargo run --release [roleplay-microcontroller]",
|
||||
"command": "cargo",
|
||||
"args": ["run", "--release"],
|
||||
"use_new_terminal": false,
|
||||
"allow_concurrent_runs": false,
|
||||
"reveal": "always",
|
||||
"hide": "never",
|
||||
"shell": "system"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue