Add HardwareRfid class implementation and integrate with main loop

This commit is contained in:
2025-10-04 11:39:26 +02:00
parent 505367d6a8
commit 697e6fd11f
4 changed files with 77 additions and 4 deletions
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef HARDWARE_LED_HPP
#define HARDWARE_LED_HPP
#pragma once
#include "hardware.pb.h"
#include <Adafruit_NeoPixel.h>
@@ -33,5 +32,3 @@ private:
unsigned long _fadeStartTime;
bool _isActive;
};
#endif