1
0
mirror of https://github.com/skot/ESP-Miner.git synced 2025-03-24 16:51:44 +01:00

12 lines
213 B
C
Raw Permalink Normal View History

2023-01-16 17:55:16 -05:00
#ifndef DS4432U_H_
#define DS4432U_H_
#include "driver/i2c.h"
esp_err_t i2c_master_init(void);
esp_err_t i2c_master_delete(void);
void DS4432U_read(void);
bool DS4432U_set_vcore(float);
2023-01-16 17:55:16 -05:00
#endif /* DS4432U_H_ */