gossamer 0.0.1
a very lightweight app framework for SAMD and SAML chips
Loading...
Searching...
No Matches
delay.h
1
2#include <stdint.h>
3#include <stdbool.h>
4#include <stddef.h>
5
6#pragma once
7
18void delay_init(void);
19
24void delay_ms(const uint16_t ms);
25
30void delay_us(const uint16_t us);