@@ -0,0 +1,7 @@
+#pragma once
+
+#include <stdint.h>
+void startSystick (void);
+void busyWaitDuring (const uint32_t inDelayMS);