dezibot/src/infraredLight/InfraredLight.cpp
2024-04-28 01:24:47 +02:00

6 lines
101 B
C++

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