stars, moon, trees, houses and snow

* Version of Family Christmas 2024
This commit is contained in:
2024-12-25 11:23:38 +01:00
parent e70e2b2104
commit ba09e87c1e
11 changed files with 707 additions and 481 deletions

View File

@@ -1,8 +1,8 @@
#![no_main]
#![no_std]
use template_microbit as _; // global logger + panicking-behavior + memory layout
use defmt::Format; // <- derive attribute
use template_microbit as _; // global logger + panicking-behavior + memory layout
#[derive(Format)]
struct S1<T> {