-
GSM-smart-home
基于单片机的GSM智能家居报警监控系统,西门子GSM通信模块(Microcontroller-based GSM smart home alarm monitoring system, Siemens GSM communication module)
- 2013-07-02 22:40:21下载
- 积分:1
-
手势遥控车资料包V1.2
通过不同的手势控制小车运动,实现小车的前进、后退、转弯等功能。(Through different gestures to control the movement of the car, the car can move forward, backward and turn.)
- 2020-06-19 10:20:01下载
- 积分:1
-
ads7846
asaasa adxsadsa ssda
- 2011-05-10 21:28:29下载
- 积分:1
-
结合深度图和彩色图的双边滤波 bilateralfilt2
结合深度图和彩色图的双边滤波,深度图由Kinect获得(Combined with the bilateral filter for depth map and the color map, depth map obtained by Kinect)
- 2014-03-25 20:26:09下载
- 积分:1
-
lanxin
说明: 广州蓝欣电子有限公司的电磁炉资料,包含pcb图,常用芯片资料,原理图及相关开发资料.(From Guangzhou Lan Xin Electronics Co., Ltd. information of induction cooker, including pcb maps, information on commonly used chip, the development of schematic diagram and related information.)
- 2009-07-30 11:05:37下载
- 积分:1
-
menu
msp430实现12864的菜单显示功能(msp430 realization of the menu display 12864)
- 2009-06-06 11:26:50下载
- 积分:1
-
IIC-EEPROM
stm32f429 eeprom iic mdk环境(Stm32f429 EEPROM IIC MDK environment)
- 2020-06-16 03:00:01下载
- 积分: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
-
24-IIC-读写PCF8591
ii2读写pcf8591,基于stm32f10xzet6,pcf8591模块,实现热敏电阻转换(ii2 read/write pcf8591)
- 2020-06-17 17:40:02下载
- 积分:1
-
MC80C7708
韩国单片机ABOV的头文件 此单片机价格比较便宜(South Korea' s single-chip microcontroller ABOV the header of this relatively cheap price)
- 2011-08-15 14:48:31下载
- 积分:1