-
STM32F030-i2c操作24c02(库函数)
说明: 1、Stm32f030单片机 2、spi驱动W25X16 3、IIc驱动lcd(1. Stm32f030 singlechip 2, SPI drive w25x16 3, IIC drive LCD)
- 2020-06-11 14:11:59下载
- 积分:1
-
465
时钟功能,调整时间与设定闹钟此两种功能,一键多义功能按键,实现时钟跟闹钟的输出显示(Clock function, adjust the time and set the alarm these two functions, one-touch function keys polysemy to achieve the output of the clock with the clock display)
- 2010-01-28 22:57:56下载
- 积分:1
-
正弦波逆变器
该资料为正弦波逆变器的相关设计方案,包括原理图和PCB设计(This information is a sine wave inverter design scheme, including schematic diagram and PCB design.)
- 2020-11-27 20:49:29下载
- 积分:1
-
solarWindLEDlightsystem
风光互补路灯是一种得用风能和光能作为能源的路灯,因其具有不受供电影响,不用开沟埋线,不消耗常规电能,只要风力充足有阳光就可以就地安装等特点,因此受到人们的广泛关注,又因其不污染环境,而被称为绿色环保产品。(solar and wind LED system)
- 2013-08-19 21:59:28下载
- 积分:1
-
利用模数转换器做一个数字电压表
利用模数转换器做一个数字电压表,并用1602显示。(A digital voltmeter is made by using an analog-to-digital converter and displayed with 1602.)
- 2020-06-18 19:00:02下载
- 积分:1
-
HI-TECH-PICC9.83.WIN7
pic单片机12/16系列c编译器,支持win7操作系统,破解版(12/16 pic microcontroller series c compiler)
- 2014-11-28 13:42:25下载
- 积分:1
-
Uart_receive
STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序
{
u8 Res
#ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了.
OSIntEnter()
#endif
if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾)
{
Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据
if((USART_RX_STA&0x8000)==0)//接收未完成
{
if(USART_RX_STA&0x4000)//接收到了0x0d
{
if(Res!=0x0a)
USART_RX_STA=0 //接收错误,重新开始
else
USART_RX_STA|=0x8000 //接收完成了
}
else //还没收到0X0D
{
if(Res==0x0d)USART_RX_STA|=0x4000
else
{
USART_RX_BUF[USART_RX_STA&0X3FFF]=Res
USART_RX_STA++
if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收
}
}
}
}
#ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了.
OSIntExit()
#endif
} )
- 2016-01-21 17:04:30下载
- 积分:1
-
ds18b20
系列语音温度控制器适用于别墅、公寓、办公楼及工业商业等,用于控制中央空调、水采暖、电采暖的恒温控制,达到调节室内温度保持恒温及舒适节能的目的。(The series voice temperature controller suitable for villas, apartments, office buildings and industrial commercial, used to control central air conditioning, water heating, electric heating thermostat control, reach adjust the indoor temperature to maintain constant temperature and comfort energy saving purposes)
- 2013-03-02 10:36:48下载
- 积分:1
-
三通道LED TM1803
TM1803是三通道LED(发光二极管显示器)驱动控制专用电路,内部集成有MCU 数字接口、
数据锁存器、LED 高压驱动等电路。通过外围 MCU控制实现该芯片的单独辉度、级联控制实现
户外大屏的彩色点阵发光控制。本产品性能优良,质量可靠。(TM1803 is a three-channel LED (light emitting diode display) dedicated drive control circuit, the internal MCU integrated digital interface,
Data latches, LED high voltage driver circuit. Separate luminance realization of the chip through the external MCU control, cascade control is realized
Outdoor big screen color dot matrix LED control. This product is excellent performance, reliable quality.)
- 2015-01-21 23:16:22下载
- 积分:1
-
ct46
说明: 计算不同的三分CANTOR集,可以由此验证WTMM的正确性(CANTOR different set of one-third can thus verify the correctness of WTMM)
- 2009-08-09 10:25:35下载
- 积分:1