-
VisualSocpe通讯协议
visual socpe 的通信协议。只需更改宏,即可适用于不同平台#define UART_VS_PORT #define UART_SendData(data) 默认给出的是STM32的驱动。
- 2022-02-01 16:43:44下载
- 积分:1
-
单片RS232
单片RS232-PPP/TCP/IP协议转换模块- Monolithic RS232-PPP/TCP/IP agreement transformation module
- 2022-02-01 11:36:04下载
- 积分:1
-
DS1307 实时时钟
DS1307 实时时钟
- 2022-01-26 02:32:14下载
- 积分:1
-
使用Atmel公司的AT89C51单片机的ADC代码AD7718。
Code for using AD7718 ADC with Atmel at89c51 MCU.
- 2022-03-21 23:42:13下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
自定义字符代
下面是嵌入式C代码,用于在LCD上生成自定义字符。
- 2022-04-17 21:06:17下载
- 积分:1
-
Labview Core1 培训
Labview Core1 培训
自动匹配
平均温度
银行、
可以,
群集,
课程项目
数据流,
调试......等。
- 2022-10-14 15:35:07下载
- 积分:1
-
This is TOPWAY the company s LCD driver, useful for all of us hope!
这是TOPWAY公司的LCD驱动程序,希望对大家有用!-This is TOPWAY the company s LCD driver, useful for all of us hope!
- 2022-12-19 22:50:03下载
- 积分:1
-
基于2410开发板的嵌入式测试程序,保证可以使用
基于2410开发板的嵌入式测试程序,保证可以使用-Based on the 2410 development board for embedded testing procedures to ensure that you can use
- 2023-05-01 14:30:03下载
- 积分:1
-
开关电源的效率的分析,大家在设计嵌入式硬件电路时参考
开关电源的效率的分析,大家在设计嵌入式硬件电路时参考-The analysis of the efficiency of switching power supplies, everyone in the design of embedded hardware circuit reference
- 2022-10-01 19:50:03下载
- 积分:1