mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-04 08:58:42 +00:00
7 lines
129 B
C
7 lines
129 B
C
|
#pragma once
|
||
|
#include "main.h"
|
||
|
|
||
|
void delay(float milliseconds);
|
||
|
void delay_us(float microseconds);
|
||
|
void delay_us_init_DWT(void);
|