This commit is contained in:
2025-02-11 23:33:00 +01:00
parent e747b9d10b
commit 893234ed24
2 changed files with 2 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ Dezibot::Dezibot() : multiColorLight() {};
void Dezibot::begin(void)
{
Power.begin();
power.begin();
Wire.begin(SDA_PIN, SCL_PIN);
infraredLight.begin();
lightDetection.begin();