This commit is contained in:
Parker TenBroeck 2026-03-10 09:35:38 -04:00
parent 191101591e
commit 2c3928c802
4 changed files with 861 additions and 13 deletions

View file

@ -3,19 +3,6 @@ use std::{
sync::atomic::{AtomicU8, AtomicU32, AtomicU64, Ordering},
};
#[repr(u8)]
pub enum Sig {
SU = 0,
SX = 1,
S0 = 2,
S1 = 3,
SZ = 4,
SW = 5,
SL = 6,
SH = 7,
SD = 8
}
pub struct SimState{
switch: AtomicU32,
button: AtomicU32,