HAL Library Development Notes - GPIO
原文中文,约2600字,阅读约需7分钟。发表于: 。HAL Library Development Notes - GPIO Basic Principles GPIO stands for General Purpose Input Output. Taking the F103C8T6 chip as an example (shown above), all pins except for the colored ones...
本文介绍了GPIO的基本原理和输入输出模式,以及常用的GPIO函数。同时,还介绍了如何在CubeMX内和代码内配置GPIO,以及如何通过按键控制灯的开关。