View buzz frequency and output pin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define buzz 1000 | |
#define tonePin 3 |
View otherPeriods
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define dashPeriod (dotPeriod*3) | |
#define relaxTime (dotPeriod) | |
#define letterSpace (dotPeriod*2) | |
#define wordSpace (dotPeriod*4) |
View Floating dotPeriod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define dotPeriod (analogRead(2)) |
View dotPeriod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define dotPeriod 100 |
NewerOlder