use 3-bit transmit state, add header/footer around data, skip debounce for now
This commit is contained in:
@@ -61,6 +61,8 @@ int main(int argc, char **argv) {
|
||||
|
||||
for (int k = 0; k < 394; k++)
|
||||
tick(++tickcount, tb, tfp);
|
||||
for (int k = 0; k < (1<<17); k++)
|
||||
tick(++tickcount, tb, tfp);
|
||||
|
||||
// stop pulse
|
||||
tb->i_stopN = 0;
|
||||
|
||||
Reference in New Issue
Block a user