speeduino/utils.h

13 lines
253 B
C
Raw Normal View History

2015-02-06 18:50:36 -08:00
/*
These are some utility functions and variables used through the main code
*/
#include <Arduino.h>
#define MS_IN_MINUTE 60000
#define US_IN_MINUTE 60000000
int freeRam ();
int AIRDEN();
unsigned int PW();
unsigned int PW_SD();
unsigned int PW_AN();