6 lines
101 B
C++
6 lines
101 B
C++
#include "InfraredLight.h"
|
|
|
|
void InfraredLight::begin(void){
|
|
bottom.begin();
|
|
front.begin();
|
|
} |