|
Dezibot 4
|
#include <InfraredLight.h>
Collaboration diagram for InfraredLight:Public Member Functions | |
| void | begin (void) |
Public Attributes | |
| InfraredLED | bottom = InfraredLED(IRBottomPin,LEDC_TIMER_0,LEDC_CHANNEL_0) |
| InfraredLED | front = InfraredLED(IRFrontPin,LEDC_TIMER_1,LEDC_CHANNEL_1) |
Static Protected Attributes | |
| static const uint8_t | IRFrontPin = 14 |
| static const uint8_t | IRBottomPin = 13 |
Definition at line 55 of file InfraredLight.h.
| void InfraredLight::begin | ( | void | ) |
Definition at line 3 of file InfraredLight.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| InfraredLED InfraredLight::bottom = InfraredLED(IRBottomPin,LEDC_TIMER_0,LEDC_CHANNEL_0) |
Definition at line 58 of file InfraredLight.h.
| InfraredLED InfraredLight::front = InfraredLED(IRFrontPin,LEDC_TIMER_1,LEDC_CHANNEL_1) |
Definition at line 59 of file InfraredLight.h.
|
staticprotected |
Definition at line 64 of file InfraredLight.h.
|
staticprotected |
Definition at line 63 of file InfraredLight.h.