raspberry3_bare/delay.h

6 lines
54 B
C
Raw Permalink Normal View History

2022-03-17 22:35:47 +01:00
#pragma once
#include <stdint.h>
uint64_t micros();