Files
dezibot/src/infraredLight/InfraredLight.cpp
T

6 lines
101 B
C++

#include "InfraredLight.h"
void InfraredLight::begin(void){
bottom.begin();
front.begin();
}