mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-14 02:04:31 -05:00
13 lines
207 B
C
13 lines
207 B
C
|
#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
|