From 19d9a04e36e7fb96eebe89e24311408460c29a70 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 30 Sep 2024 11:08:46 -0400 Subject: reorganize files --- src/pit.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/pit.hpp (limited to 'src/pit.hpp') 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 + +void pit_initialize(); +void pit_delay_ms(std::int32_t ms); + +#endif // PIT_HPP + -- cgit v1.2.3