95 void installISR(
void (*isr)(
void *),
void *arg);
API for the RPR220-based Grove IR Reflective Sensor.
Definition: rpr220.hpp:65
RPR220(int pin)
Definition: rpr220.cxx:34
void uninstallISR()
Definition: rpr220.cxx:59
void installISR(void(*isr)(void *), void *arg)
Definition: rpr220.cxx:54
C API for the rpr220 driver.
C++ API wrapper for the bh1749 driver.
Definition: a110x.hpp:29
~RPR220()
Definition: rpr220.cxx:42
bool blackDetected()
Definition: rpr220.cxx:47