expander work
This commit is contained in:
@@ -1 +1,12 @@
|
||||
void i2c_test();
|
||||
#ifndef I2C_H
|
||||
#define I2C_H
|
||||
|
||||
#include "driver/i2c_master.h"
|
||||
|
||||
#define MAIN_I2C_NUM I2C_NUM_0
|
||||
|
||||
extern i2c_master_bus_handle_t i2c_main_bus_handle;
|
||||
|
||||
void init_main_i2c();
|
||||
|
||||
#endif // I2C_H
|
||||
|
||||
Reference in New Issue
Block a user