time.h 110 B

1234567
  1. #pragma once
  2. #include <stdint.h>
  3. void startSystick (void);
  4. void busyWaitDuring (const uint32_t inDelayMS);