use 3-bit transmit state, add header/footer around data, skip debounce for now

This commit is contained in:
2020-11-02 15:49:11 -06:00
parent 45f845f671
commit e7a23afcb0
2 changed files with 16 additions and 16 deletions

View File

@@ -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;