aboutsummaryrefslogtreecommitdiffstats
path: root/src/pit.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pit.hpp')
-rw-r--r--src/pit.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pit.hpp b/src/pit.hpp
new file mode 100644
index 0000000..55bcde9
--- /dev/null
+++ b/src/pit.hpp
@@ -0,0 +1,10 @@
+#ifndef PIT_HPP
+#define PIT_HPP
+
+#include <cstdint>
+
+void pit_initialize();
+void pit_delay_ms(std::int32_t ms);
+
+#endif // PIT_HPP
+