Initial public release.
This commit is contained in:
parent
7b169e8116
commit
dac4af8d25
255 changed files with 68595 additions and 2 deletions
29
2020TPCAppNoDFU.cydsn/COMM/COMM_I2C_Bus.h
Normal file
29
2020TPCAppNoDFU.cydsn/COMM/COMM_I2C_Bus.h
Normal file
|
@ -0,0 +1,29 @@
|
|||
/** \file
|
||||
* \brief This file defines the interface to the I²C bus.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef COMM_I2C_BUS_H
|
||||
#define COMM_I2C_BUS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Preprocessor and Type Definitions */
|
||||
|
||||
|
||||
/* Include Files */
|
||||
|
||||
|
||||
/* Public Variables */
|
||||
extern SemaphoreHandle_t COMM_I2C_Bus_Mutex;
|
||||
|
||||
/* Public Functions */
|
||||
void COMM_I2C_Init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // COMM_I2C_BUS_H
|
Loading…
Add table
Add a link
Reference in a new issue