mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-05 10:04:31 +02:00
implemented basic handling of infrared
This commit is contained in:
6
src/infraredLight/InfraredLight.cpp
Normal file
6
src/infraredLight/InfraredLight.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "InfraredLight.h"
|
||||
|
||||
void InfraredLight::begin(void){
|
||||
bottom.begin();
|
||||
front.begin();
|
||||
}
|
Reference in New Issue
Block a user