This commit is contained in:
2025-11-09 21:58:52 +03:00
parent b0475776dc
commit 278ea5f874
3 changed files with 2 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -1,5 +1,4 @@
#include "ate0004.h" #include "ate0004.h"
#include "zh_pcf8574.h"
static i2c_master_bus_handle_t i2c_bus_handle = NULL; static i2c_master_bus_handle_t i2c_bus_handle = NULL;

View File

@@ -1,5 +1,7 @@
#pragma once #pragma once
#include "zh_pcf8574.h"
#define HIGH true #define HIGH true
#define LOW false #define LOW false