Project

General

Profile

46 markw
#ifndef PAUSE_H
#define PAUSE_H

void wait_us(int unsigned num);

#endif