speeduino-personal/speeduino/utils.h

14 lines
212 B
C

/*
These are some utility functions and variables used through the main code
*/
#ifndef UTILS_H
#define UTILS_H
#include <Arduino.h>
void setResetControlPinState();
byte pinTranslate(byte);
#endif // UTILS_H