raspberry3_bare/delay.h
2022-03-17 22:35:47 +01:00

6 lines
54 B
C

#pragma once
#include <stdint.h>
uint64_t micros();