SSB_Radio_Control/Utility.h

11 wiersze
446 B
C

2021-03-11 17:27:23 +00:00
#ifndef UTILITY_h
#define UTILITY_h
/**************************************************************
Uttility functions - general purpose
***************************************************************/
//=============== Function Prototypes ============================================
extern void Delay (unsigned long interval); // Non-blocking delay
extern void ToggleLED(); // Toggle built-in LED
#endif