搜索资源列表
STM8s_LED
- ST—LINKIII三合一:一个ADC电压采集,并把采集值赋给定时器,实现定时器PWM的变化输出,驱动LED亮度发生变化的程序-ST-LINKIII three-in-one: A voltage ADC acquisition, and acquisition value assigned to the timer, PWM timer to achieve the changes in output, driven LED brig
STM8_ADC-SOURCE
- STM8S系列的内部的ADC驱动程序 运用,-STM8S_ADC source code
ucos_stm8s105k6_uart
- 本资料主要是一个移植ucos II到stm8s单片机的的项目源码(iar环境),比较重要的是一个基于ucos的串口驱动,uart使用中断方式,使用了ring buffer,高效实用,便于移植(在COMMxx的两个文件中),此外还有一个使用stm8s输入捕获功能解码红外信号的模块,还包括gpio,adc,pwm,awu模块,极具参考价值,本人亲自摸索调试通过。-This information is mainly a transplant
stm8s-library
- STM32功能实现的一些测试代码,uart,i2c,adc-Some test code STM32 features implemented, uart, i2c, adc
1-STM8S_Demo
- 关于STM8S,利用ADC采集电压,输出pwm波形的输出。通过调节ADC电压,控制PWM输出。采用IAR for stm8开发环境。-On the STM8S, using the ADC collection of voltage, the output PWM waveform output. By adjusting the ADC voltage, PWM output control. Use IAR for stm8 dev
stm8s-ADC-uart
- 基于stm8s单片机的ADC测试,串口输出显示-Based on stm8s microcontroller ADC test, serial output display
stm8s_Lesson7_STM8S_ADC
- 介绍了stm8s ADC外设的编程方法,内附教程和源码:实时采集电压,并通过串口上传-Introduced stm8s ADC peripheral programming methods, including tutorials and source code: real-time acquisition voltage, and through the serial port upload
STM8S_ADC1+串口
- 基于IAR的stm8s的AD通过串口传输所得电压值(Stm8s based IAR AD, through the serial port to transmit voltage values)
STM8S_ADC1_多通道+串口
- 基于IAR的STM8SADC1多通道 可用于制作电压电压电流表(STM8SADC multi channel based on IAR)
IAR
- 包含有STM8在IAR开发环境下,各个功能的例程代码和demo。主要有点灯,看门狗,EEPROM,按键查询,按键中断,串口,定时器,ADC,蜂鸣器等。(Contains STM8 in the IAR development environment, each function routines code and demo. There are lights, watchdog, EEPROM, key query, button in
dc-STM8S_Demo
- STM8S的调节电位器改变PWM波占空比的程序,库函数的版本。(The version of the library function that the STM8S adjusts the potentiometer to change the duty ratio of the PWM wave.)
adc
- STM8S的ADC采样配置,拿来就可以用,已经调试过。采样值采用求平均的方法,当然也可以采用冒泡排序法,看自己的需求。(STM8S ADC sample configuration used can be used, it has been tuned. Samples using the averaging method, of course, can also be used bubble sort method, see thei