mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-24 22:03:11 -05:00
parent
c31fef0535
commit
5020e5bd28
13 changed files with 298 additions and 19 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue