mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 16:47:32 +00:00
13
firmware/common/i2cdevmanager_c_api.h
Normal file
13
firmware/common/i2cdevmanager_c_api.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef I2CDEVMANAGER_C_API_H
|
||||
#define I2CDEVMANAGER_C_API_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
int oNofityI2cFromShell(uint8_t* buff, size_t len);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user