-
在44B0板子上添加IIC键盘
在44B0板子上添加IIC键盘--Add IIC keyboard on 44B0 board.
- 2022-11-10 17:45:03下载
- 积分:1
-
远程过程调用服务器端程序,用于嵌入式linux中
远程过程调用服务器端程序,用于嵌入式linux中-remote procedure call server software, which for Embedded Linux
- 2022-04-20 23:35:04下载
- 积分:1
-
包括液晶键盘温度控制的温控仪表程序,可做工控仪表。
包括液晶键盘温度控制的温控仪表程序,可做工控仪表。--LED keyboard-controlled temperature controller program.
- 2022-01-25 22:30:47下载
- 积分:1
-
PCI7200 drive exe
研华PCI7200数据采集卡驱动程序,此采集卡含有FIFO,可以进行10M速率传输,性价比很高-PCI7200 drive exe
- 2023-08-25 16:40:08下载
- 积分:1
-
在HDG12864L-6液晶屏上显示图片
资源描述此小项目的功能是在HDG12864L液晶屏上显示图片,图片的大小可以由自己控制,此程序是用C语言实现的。
- 2022-12-27 00:40:03下载
- 积分: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
-
蓝牙下的检测工具,扫描其他设备。用蓝色的…
Linux下蓝牙探测工具,扫描其他设备。配合bluez-lib使用。-Bluetooth under Linux detection tool to scan other devices. With the use of bluez-lib.
- 2022-04-19 04:49:28下载
- 积分:1
-
多种时钟下的汇编延时程序,基于定时器的,精准
多种时钟下的汇编延时程序,基于定时器的,精准-Compilation of a wide range of clock delay under the process, based on the timer, precision
- 2023-05-07 11:25:02下载
- 积分:1
-
- 2022-11-27 03:55:03下载
- 积分:1
-
芯片为Atmel atmega128,从外部采集传感器数据,A/D转换后,在Nokia3310液晶屏显示。...
芯片为Atmel atmega128,从外部采集传感器数据,A/D转换后,在Nokia3310液晶屏显示。-Chip Atmel atmega128, sensor data collected from the outside, A/D conversion after the Nokia3310 LCD screen display.
- 2022-02-03 15:37:34下载
- 积分:1