-
24C01-24C25
这是24C0X-24C256共9种EEPROM的归一化读写C程序.(- 24C256 a total of nine species of EEPROM read and write to one of the C program.)
- 2006-12-12 10:54:03下载
- 积分:1
-
STM8S_modbus
说明: freemodbus移植到stm8s103(freemodbus slave port to stm8s103)
- 2020-10-02 21:07:40下载
- 积分:1
-
8
说明: 电子标签读写器程序(示例类源程序,具有较好的参考作用)(RFID reader program (sample type source, has a good reference))
- 2008-02-24 01:11:27下载
- 积分:1
-
Pareto-Chart-Cp23-Winform
WPF第三方DynamicDataDisplay组件的一个Sample。(
Sample WPF DynamicDataDisplay a third-party components.)
- 2016-09-03 21:43:45下载
- 积分:1
-
ip28-berr
ip28-berr.c: Bus error handling.
- 2015-06-15 14:22:40下载
- 积分:1
-
MFGTI
具有电能质量补偿和新能源并网功能的多功能并网逆变器及其在微电网电能质量定制中的应用,并网逆变器和微电网的PSCAD仿真源文件。(PSCAD source for the grid-connected inverter with power quality enhancement functionality, which is paid great expectation for micro-grid application. This file includes the micro-grid model and grid-tied model in PSCAD/EMTDC condtiion.)
- 2013-06-11 20:24:57下载
- 积分:1
-
实验9 PWM输出实验
STM32 OLED 驱动单片机PWM波(STM32 OLED driver PWM WAVE WAVE)
- 2020-06-18 08:40: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
-
timer
时钟的应用源代码,可以让初次设计有关定时操作的人员借鉴。 (Clock application source code, allowing designers about the timing of the initial operation of reference.)
- 2014-01-20 15:55:52下载
- 积分:1
-
robot
超声波测距,测量精度为1cm,可以使机器人安全避障。(Ultrasonic distance measurement accuracy of 1cm, can make the robot obstacle avoidance safety.)
- 2013-11-13 10:35:13下载
- 积分:1