Dezibot 4
Loading...
Searching...
No Matches
InfraredLight Class Reference

#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
 

Detailed Description

Definition at line 55 of file InfraredLight.h.

Member Function Documentation

◆ begin()

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:

Member Data Documentation

◆ bottom

InfraredLED InfraredLight::bottom = InfraredLED(IRBottomPin,LEDC_TIMER_0,LEDC_CHANNEL_0)

Definition at line 58 of file InfraredLight.h.

◆ front

InfraredLED InfraredLight::front = InfraredLED(IRFrontPin,LEDC_TIMER_1,LEDC_CHANNEL_1)

Definition at line 59 of file InfraredLight.h.

◆ IRBottomPin

const uint8_t InfraredLight::IRBottomPin = 13
staticprotected

Definition at line 64 of file InfraredLight.h.

◆ IRFrontPin

const uint8_t InfraredLight::IRFrontPin = 14
staticprotected

Definition at line 63 of file InfraredLight.h.


The documentation for this class was generated from the following files: