This website requires JavaScript.
Explore
Help
Register
Sign In
JRNitre
/
softwareI2C
Watch
1
Star
0
Fork
0
You've already forked softwareI2C
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
基于 STM32 标准库的软件 I2C
2
Commits
1
Branch
0
Tags
33
KiB
C
100%
main
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
JRNitre
7bd40527b1
2025-04-02 v1.1
...
对之前遗留下来的乱码用 utf-8 重新编写 增加了标准的函数&文件注释
2025-04-02 09:10:11 +08:00
i2c.c
2025-04-02 v1.1
2025-04-02 09:10:11 +08:00
i2c.h
2025-04-02 v1.1
2025-04-02 09:10:11 +08:00
README.md
2025-04-02 v1.1
2025-04-02 09:10:11 +08:00
README.md
基于 STM32 标准库的软件 I2C
待办
重构代码,解耦各个模块之间的联系,便于移植
将原本在函数内部的 IO 配置通过回调函数引出函数
重新编写延时部分,将延时方式转为回调 1us 心跳函数