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

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

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

Go to the source code of this file.

Functions

static int32_t Pulsin_clk (int32_t Pin, int32_t State)
 
unsigned long pulseIn (uint8_t pin, uint8_t state, unsigned long timeout)
 
void pulseOut (uint8_t pin, unsigned long duration)
 

Variables

static const int Us = 1000000
 

Detailed Description

Provides Arduino types and functions on the Propeller.

Copyright (c) 2013 by Martin Heermance MIT Licensed

Definition in file wiring_pulse.c.