/*************************************************************

   m a i n L o o p . h

 Header file for the low priority main loop functions

 *************************************************************/

#ifndef MAINLOOP_H
#define MAINLOOP_H

/* Definitions */

// Counter value when saturation is detected
#define SAT_COUNT  50

/* Function prototypes */

void basicLoop(void);

#endif //MAINLOOP_H
