PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Functions | Variables
wiring.c File Reference

Provides Arduino types and functions on the Propeller. More...

#include <Arduino.h>
+ Include dependency graph for wiring.c:

Go to the source code of this file.

Functions

unsigned long millis (void)
 
unsigned long micros (void)
 
void delay (unsigned long Time)
 
void delayMicroseconds (uint16_t Time)
 

Variables

static const int Ms = 1000
 

Detailed Description

Provides Arduino types and functions on the Propeller.

Copyright (c) 2013 by Martin Heermance MIT Licensed

Definition in file wiring.c.