Add support for the RV-3028 on native Linux (#7802)

This commit is contained in:
Jonathan Bennett
2025-08-31 21:08:58 -05:00
committed by GitHub
parent 4a669032dc
commit ca79760372
5 changed files with 15 additions and 9 deletions

View File

@@ -26,10 +26,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <Arduino.h>
#ifdef RV3028_RTC
#if __has_include("Melopero_RV3028.h")
#include "Melopero_RV3028.h"
#endif
#ifdef PCF8563_RTC
#if __has_include("pcf8563.h")
#include "pcf8563.h"
#endif