Please add a public SSH key to your
profile to be able to clone the repository via the SSH protocol.
Pre-render was disabled for this project as it contains too many files. Please click on the files to view them.
main.h
#ifndef MAIN_H_
#define MAIN_H_
int main();
void Init();
void ResetSpiTimer();
void ReadSpi();
#endif /* MAIN_H_ */