add rgb check and example

This commit is contained in:
2026-05-25 19:27:51 +02:00
parent be5dd9632c
commit 9c66429030
17 changed files with 347 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
# AGENTS
ALWAYS COMPACT YOUR CONTEXT FIRST!
## Map
- Root has workspace files.
@@ -43,6 +45,7 @@
- Short names.
- Short comments.
- Explain embedded idea.
- Every Rust function we write except the main must have a short description header comment following rust best practice
- Do not explain obvious Rust syntax.
- No heap.
- No dynamic dispatch unless teaching needs it.