| | |
| | | /* |
| | | * i2c_bitbang.h |
| | | * |
| | | * Created on: Jan 19, 2023 |
| | | * Author: Wenxue |
| | | */ |
| | | /********************************************************************** |
| | | * Copyright: (C)2023 LingYun IoT System Studio |
| | | * Author: GuoWenxue<guowenxue@gmail.com> QQ: 281143292 |
| | | * Description: ISKBoard GPIO simulate I2C Bus Hardware Abstract Layer driver |
| | | * |
| | | * ChangeLog: |
| | | * Version Date Author Description |
| | | * V1.0.0 2023.04.3 GuoWenxue Release initial version |
| | | ***********************************************************************/ |
| | | |
| | | #ifndef INC_I2C_BITBANG_H_ |
| | | #define INC_I2C_BITBANG_H_ |