wip:reading acceleration

This commit is contained in:
Hans Haupt
2024-05-03 09:29:53 +02:00
parent c948b5515b
commit e42a471a33
2 changed files with 9 additions and 6 deletions

View File

@@ -17,4 +17,5 @@ Dezibot::Dezibot():multiColorLight(),motionDetection(){
};
void Dezibot::begin(void) {
multiColorLight.begin();
motionDetection.begin();
};