Fixed video, kbd and buzzer

This commit is contained in:
2022-03-31 14:13:34 +03:00
parent 107dded913
commit 61ed88ce64
493 changed files with 633379 additions and 79570 deletions
+10
View File
@@ -0,0 +1,10 @@
State Machine - |spectrum|ula:ula_|i2c_loader:i2c_loader_|state
Name state.Done state.Pause state.Stop state.Ack state.Data state.Start state.Idle
state.Idle 0 0 0 0 0 0 0
state.Start 0 0 0 0 0 1 1
state.Data 0 0 0 0 1 0 1
state.Ack 0 0 0 1 0 0 1
state.Stop 0 0 1 0 0 0 1
state.Pause 0 1 0 0 0 0 1
state.Done 1 0 0 0 0 0 1