Преглед изворни кода

Declare prototypes from time.cpp

DricomDragon пре 5 година
родитељ
комит
4ffb78b98f
1 измењених фајлова са 7 додато и 0 уклоњено
  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);