RBE1001Lib
Data Structures | Macros
Rangefinder.h File Reference
#include "Arduino.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/semphr.h"
Include dependency graph for Rangefinder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Rangefinder
 Rangefinder objects wrap a FreeRTOS thread with pin change interrupts to read trigger/echo style ultrasonic sensors. More...
 

Macros

#define MAX_POSSIBLE_INTERRUPT_RANGEFINDER   4
 

Macro Definition Documentation

◆ MAX_POSSIBLE_INTERRUPT_RANGEFINDER

#define MAX_POSSIBLE_INTERRUPT_RANGEFINDER   4

Definition at line 6 of file Rangefinder.h.

Referenced by Rangefinder::attach().