SSB_Radio_Control/Utility.h

11 wiersze
446 B
C

#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