aboutsummaryrefslogtreecommitdiffstats
path: root/Lab2B.X/lab2b_header.h
blob: d53f522257be390ddb89590251d215b3fe95dc68 (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 */