implemented basic handling of infrared

This commit is contained in:
hhaupt
2024-04-28 01:24:47 +02:00
parent dbe97dc94c
commit 39e424ed13
6 changed files with 94 additions and 76 deletions

View File

@ -0,0 +1,6 @@
#include "InfraredLight.h"
void InfraredLight::begin(void){
bottom.begin();
front.begin();
}