mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-20 11:31:48 +02:00
6 lines
101 B
C++
6 lines
101 B
C++
#include "InfraredLight.h"
|
|
|
|
void InfraredLight::begin(void){
|
|
bottom.begin();
|
|
front.begin();
|
|
} |