aboutsummaryrefslogtreecommitdiffstats
path: root/Lab_2B.X/lab2b_header.h
blob: ccf2237c76085ffc54572a2a31a0895264483b57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef LAB2B_ASM
#define LAB2B_ASM

#ifdef	__cplusplus
extern "C" {
#endif
void wait_100us(void);
void wait_1ms(void);
void write_0(void);
void write_1(void);
#ifdef	__cplusplus
}
#endif

#endif	/* LAB2B_ASM */