#ifndef _DELAY_H_ #define _DELAY_H_ #ifdef __cplusplus extern "C" { #endif #include #include "../stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h" void delayMs(uint16_t delay); #ifdef __cplusplus } #endif #endif