#ifndef PIT_HPP #define PIT_HPP #include void pit_initialize(); void pit_delay_ms(std::int32_t ms); #endif // PIT_HPP