mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
12 lines
213 B
C
12 lines
213 B
C
#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);
|
|
|
|
#endif /* DS4432U_H_ */ |