added support for local editing with different editor

This commit is contained in:
Parker TenBroeck 2026-03-11 10:06:04 -04:00
parent 3cce2983a5
commit 0289d1171f
11 changed files with 2252 additions and 1096 deletions

View file

@ -12,7 +12,7 @@ pub struct SimState{
}
static STATE: SimState = SimState{
switch: AtomicU32::new(512),
switch: AtomicU32::new(0),
button: AtomicU32::new(0),
led: AtomicU32::new(0),
segs: [const{AtomicU32::new(0)}; 4],