refactored code

This commit is contained in:
hhaupt
2024-06-13 00:55:30 +02:00
parent 3c0cbe1941
commit 448e7e3f4b
7 changed files with 16 additions and 31 deletions

View File

@@ -1,18 +1,11 @@
//
// Created by Anton Jacker on 24.11.23.
//
#define SDA_PIN 1
#define SCL_PIN 2
#include "Dezibot.h"
#include <SPI.h>
#include <Adafruit_NeoPixel.h>
#include <Wire.h>
#define GPIO_LED 48
Dezibot::Dezibot():multiColorLight(){};
void Dezibot::begin(void) {
Wire.begin(SDA_PIN,SCL_PIN);