Skip to content
Snippets Groups Projects
Commit 781ae55d authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent a8af932d
Branches
No related tags found
No related merge requests found
...@@ -90,8 +90,8 @@ class steptime: ...@@ -90,8 +90,8 @@ class steptime:
freq(250000000) freq(250000000)
state_machine = 0 state_machine = 0
pin_in = 1 pin_in = 2
pin_out = 2 pin_out = 1
step = steptime(state_machine,pin_in,pin_out) step = steptime(state_machine,pin_in,pin_out)
loop = 250 loop = 250
......
...@@ -28,7 +28,7 @@ O O I I ...@@ -28,7 +28,7 @@ O O I I
0 0 -> 0 1 send empty 0 0 -> 0 1 send empty
0 0 <- 0 0 receive empty 0 0 <- 0 0 receive empty
swap: (not yet implemented) swap:
T B T B T B T B
O O I I O O I I
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment