Added Buzzer and RGB led drivers

This commit is contained in:
Emanuele Trabattoni
2025-07-16 20:42:11 +02:00
parent 30ed0d283a
commit 0b5d725d3a
8 changed files with 305 additions and 30 deletions

View File

@@ -1,7 +1,10 @@
#pragma once
#define DEBUGLOG_DEFAULT_LOG_LEVEL_INFO
#include <DebugLog.h>
#include <Arduino.h>
#include <remoteIO.h>
#include <TCA9554PWR_Driver.h>