|
RBE1001Lib
|
#include "Arduino.h"#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include "freertos/semphr.h"

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 |
| #define MAX_POSSIBLE_INTERRUPT_RANGEFINDER 4 |
Definition at line 6 of file Rangefinder.h.
Referenced by Rangefinder::attach().
1.8.13