Explorar el Código

Declare prototypes from time.cpp

DricomDragon hace 5 años
padre
commit
4ffb78b98f
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      prog/sources/time.h

+ 7 - 0
prog/sources/time.h

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