搜索资源列表
gongchengmoban
- stm8工程模板,可以直接调用,不带函数库-Stm8 project template, can be called directly, without function library
stm8s_demo
- 1.IAR环境下STM8库函数开发模板 2.STM8平台的开发-STM8 development environment under 1.IAR library function template 2.STM8 Platform Development
1-STM8S_Demo
- stm8 库函数工程模块,包含整个工程所需的所有文集,通过测试,可以直接使用。(Stm8 library function engineering module, including all the works required for the entire project, through the test, you can use directly.)
stm8s库函数实现点亮LED
- 个人看STM32库函数习惯了,对于STM8单片机很少有库函数例程,因此自己模仿着写了一个简单库函数实现LED,尽管例程简单但这确实是一个可套用的模板。例程实现了LED闪烁的功能。单片机选型可以根据需要进行更改。对初学者有用。