-
Call_UP_lighten_LED_CODE
本例程是SIM300模块,用51单片机打电话点亮一颗LED的程序(This routine is SIM300 module, with 51 SCM call a LED light up the program)
- 2012-05-06 11:27:26下载
- 积分:1
-
遥控器源码
说明: 基于IAR平台来开发MSP430单片机,制作四旋翼遥控器的代码。(Based on IAR platform, MSP430 MCU is developed and the code of Four-rotor remote controller is made.)
- 2020-06-24 09:20:02下载
- 积分:1
-
lingyangdanpianji
关于凌阳16位单片机编程的pdf文档,里面包含了指令集和硬件说明(About Sunplus 16-bit single-chip programming pdf document, which contains the instruction set and hardware description)
- 2008-03-19 20:21:53下载
- 积分: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
-
M5310
说明: 中国移动物联网NB-IOT模块m5310的pcb封装,现成的,直接用(China Mobile NB module m5310 pcb package)
- 2019-01-11 16:20:25下载
- 积分:1
-
msp430ifft_200504231003
说明: 低功耗MSP430单片机实现快速傅里叶变换代码原码和完整工程文件。(The low power MSP430 single chip microcomputer realizes the fast Fourier transform code source code and the complete engineering file.)
- 2020-04-12 17:39:11下载
- 积分:1
-
vmwgfx_ttm_glue
Functions related to sysfs handling.
- 2015-04-19 09:52:30下载
- 积分:1
-
智能灌溉-程序
说明: 智能灌溉程序对湿度传感器、温度传感器、光照传感器和CO2传感器进行研究,所选的传感器都具有对环境的改变能够迅速反应的特点,且抗干扰能力强、使用寿命长、灵敏度高。系统的主控芯片选用STC89C52RC单片机(Intelligent irrigation program)
- 2020-05-23 17:03:11下载
- 积分:1
-
遥控避障小车
实现避障的基础功能,使用stm32f103rct6板子(this is very good idea!)
- 2020-06-15 23:00:02下载
- 积分:1
-
stm32(示波器)8.7
说明: STM32示波器c语言程序,欢迎下载,谢谢(STM32 viewer C language)
- 2020-06-23 11:00:02下载
- 积分:1