#ifndef VAL_DELAY_H__ #define VAL_DELAY_H__ void delay(uint32_t delay); #endif