Setting up new project for debugging the Real-Time Clock

This commit is contained in:
William Miceli
2021-06-26 17:19:54 -04:00
parent 40043591a8
commit 168997efa6
22 changed files with 1463 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef INTERRUPTS_H_
#define INTERRUPTS_H_
#include "SunseekerTelemetry2021.h"
#include "usci.h"
#endif /* INTERRUPTS_H_ */