~toykeeper/flashlight-firmware/lume1

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/anduril/anduril.c

  • Committer: Selene Scriven
  • Date: 2020-06-02 02:58:45 UTC
  • Revision ID: bzr@toykeeper.net-20200602025845-0fgnp6eplfxkt1dl
"SOS" is treated as one "letter" in Morse code...  it's not three letters
(so, don't put the normal inter-letter gap between)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1572
1572
        nice_delay_ms(DIT_LENGTH);
1573
1573
    }
1574
1574
    // three "off" dits (or one "dah") between letters
1575
 
    nice_delay_ms(DIT_LENGTH*2);
 
1575
    // (except for SOS, which is collectively treated as a single "letter")
 
1576
    //nice_delay_ms(DIT_LENGTH*2);
1576
1577
}
1577
1578
 
1578
1579
inline void sos_mode_iter() {