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 */