Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenphxx/embed-interface
提供了STM32开发当中用到的各种通信接口
https://github.com/chenphxx/embed-interface
c stm32
Last synced: 21 days ago
JSON representation
提供了STM32开发当中用到的各种通信接口
- Host: GitHub
- URL: https://github.com/chenphxx/embed-interface
- Owner: chenphxx
- Created: 2024-09-13T08:37:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T01:18:38.000Z (about 2 months ago)
- Last Synced: 2024-10-11T01:11:29.798Z (about 1 month ago)
- Topics: c, stm32
- Language: C
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 关于项目
提供了USART IIC SPI CAN TIM协议接口, 适用于STM32F103系列; 使用时在项目中包含需要用到的接口文件即可, 仅需`stm32f10x.h`头文件, 无需其它依赖项
## V2024.9.14
添加了CAN TIM协议接口
## V2024.9.13
添加了USART IIC SPI协议接口
## 联系作者
在使用中遇到任何问题, 欢迎联系作者进行反馈
```
E-Mail: [email protected]
VX: XieG0110
```