Newer
Older
Scratch / ubix3 / src / include / ubixos / delay.h
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 430 bytes Scratch
/**************************************************************************************
 Copyright (c) 2002
      The UbixOS Project

 $Id: delay.h,v 1.1 2002/04/29 23:34:54 reddawg Exp $
**************************************************************************************/

#define MILLISEC        10
#define PRECISION       8

void delay();
long calibrateDelayLoop(void);
void _delay(long loops);
void delay(long miliseconds);