-
STM8Test
STM8S105 实现多路的ADC采集,并且把其中的两路通过串口UART发送到电脑上。其中有通信方法RS232 说明和LabVIEW2010的上位机示波器。oscillograph(STM8S105 LabVIEW2010 UART RS232 oscillograph ADC Send.)
- 2012-02-05 02:39:57下载
- 积分:1
-
115-RS485基本通讯原理
说明: 单片机实现RS485串口通信的基本原理,非常好理解,好好学习(The basic principle of RS485 serial communication realized by single chip microcomputer)
- 2020-03-26 16:49:10下载
- 积分:1
-
fw_dspin_stm32
基于STM32的DSPIC芯片的步进电机驱动,意法官方库。(DSPIC based on the STM32 chip stepper motor driver, STMicroelectronics official repository.)
- 2014-03-07 20:12:23下载
- 积分:1
-
SD卡2.0协议
SD卡2.0协议的详细资料,可用与SPI使用(The details of the SD card 2.0 protocol can be used with SPI)
- 2017-07-31 17:13:52下载
- 积分:1
-
stm8l寄存器例程
说明: 常见的单片机操作,IO,中断,定时器,低功耗模式等(io, interrupt, timer, low power mode and so on)
- 2019-05-24 23:00:01下载
- 积分:1
-
i2c
基于STM32F407系列芯片的,通过软件来模拟的IIC总线的主设备,读取MAC地址芯片里面的MAC地址。(Based on STM32F407 series chips through software to simulate the IIC bus master device reads the chip inside the MAC address MAC address.)
- 2013-12-30 14:12:15下载
- 积分:1
-
实验20:NE555脉冲发生器
说明: 使用51单片机控制NE555脉冲发生器,实现所需功能。(The NE555 pulse generator is controlled by 51 single chip computer to achieve the required functions.)
- 2020-06-19 10:20:01下载
- 积分:1
-
I2cInInterrupt
PIC16F727在中断进行I2c器件读写,接口简单,工作稳定,附详细注释,绝对模块化设计,甚至可以直接添到你的程序里用,51单片机稍作修改也可使用。(The PIC16F727 I2c devices to read and write in the interrupt interface is simple, stable, with detailed notes, the absolute modular design and can even add to your program with 51 single-chip slight modifications can also be used.)
- 2012-04-30 09:46:38下载
- 积分:1
-
LED-3D-POV
stm32的3d led旋转显示器
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
}(stm32 LED 3D POV
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
})
- 2020-12-23 12:29:08下载
- 积分:1
-
softswitch
直流开关电源软开关技术,阮新波,写的很好,适合电力电子初学者,教师等使用(Dc switching power supply of soft switch technology, the new wave of ruan, write very good, suitable for power electronics beginners, teachers and so on)
- 2021-03-02 22:19:33下载
- 积分:1