exercises: add Exercise 08 SystemStartup scaffold with early SPI deselect and SD/OLED startup orchestration

This commit is contained in:
John Poole 2026-02-16 18:18:32 -08:00
commit 322a77bfe4
9 changed files with 720 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"name": "startup_sd",
"version": "0.1.0",
"dependencies": [
{
"name": "XPowersLib"
},
{
"name": "Wire"
}
]
}