|
|
@@ -13,7 +13,7 @@ typedef struct luat_ei2c {
|
|
|
|
|
|
int luat_i2c_exist(int id);
|
|
|
int luat_i2c_setup(int id, int speed, int slaveaddr);
|
|
|
-int luat_ic2_close(int id);
|
|
|
+int luat_i2c_close(int id);
|
|
|
int luat_i2c_send(int id, int addr, void* buff, size_t len);
|
|
|
int luat_i2c_recv(int id, int addr, void* buff, size_t len);
|
|
|
|