/* * File: delay.h * Author: Pekka Viljakainen * * Created on 9. helmikuuta 2018, 19:10 */ #ifndef DELAY_H #define DELAY_H #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* DELAY_H */ extern void DelayMs(unsigned char); extern void DelayUs(unsigned int); // extern void pulseout(unsigned int,char); //extern unsigned int Pulsein(void);