aboutsummaryrefslogtreecommitdiffstats
path: root/src/testapp1/morse.h
blob: 68cebb1b5e66bcfc666e94942a8870d729fae7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __MORSE_H_
#define __MORSE_H_

#define DIT_DURATION 100 // ms

void morse(char* text);

void dah(void);
void dit(void);

#endif