Add led drivers

This commit is contained in:
Mona Mayrhofer 2025-06-26 16:05:13 +02:00
parent c1b98bb7d0
commit e023814626
No known key found for this signature in database
GPG key ID: 3E2BDA732A957188
4 changed files with 275 additions and 12 deletions

15
.zed/tasks.json Normal file
View 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"
}
]