Classes | Defines
NewPing.h File Reference
#include <WProgram.h>
#include <pins_arduino.h>
#include <avr/io.h>
#include <avr/interrupt.h>
Include dependency graph for NewPing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NewPing

Defines

#define DISABLE_ONE_PIN   false
#define ECHO_TIMER_FREQ   24
#define MAX_SENSOR_DELAY   18000
#define MAX_SENSOR_DISTANCE   500
#define NewPingConvert(echoTime, conversionFactor)   (max((echoTime + conversionFactor / 2) / conversionFactor, (echoTime ? 1 : 0)))
#define NO_ECHO   0
#define PING_MEDIAN_DELAY   29
#define US_ROUNDTRIP_CM   57
#define US_ROUNDTRIP_IN   146

Define Documentation

#define DISABLE_ONE_PIN   false

Definition at line 120 of file NewPing.h.

#define ECHO_TIMER_FREQ   24

Definition at line 125 of file NewPing.h.

#define MAX_SENSOR_DELAY   18000

Definition at line 124 of file NewPing.h.

#define MAX_SENSOR_DISTANCE   500

Definition at line 117 of file NewPing.h.

#define NewPingConvert (   echoTime,
  conversionFactor 
)    (max((echoTime + conversionFactor / 2) / conversionFactor, (echoTime ? 1 : 0)))

Definition at line 129 of file NewPing.h.

#define NO_ECHO   0

Definition at line 123 of file NewPing.h.

#define PING_MEDIAN_DELAY   29

Definition at line 126 of file NewPing.h.

#define US_ROUNDTRIP_CM   57

Definition at line 119 of file NewPing.h.

#define US_ROUNDTRIP_IN   146

Definition at line 118 of file NewPing.h.



segbot_firmware
Author(s): Jose Bigio, Jack O'Quin, Tim Eckel (NewPing library)
autogenerated on Fri Aug 28 2015 13:02:53