-
基于TI DSP/BIOS的usb网卡的实现,源代码内部包含了usb chap9以及rndis相关协议的代码。...
基于TI DSP/BIOS的usb网卡的实现,源代码内部包含了usb chap9以及rndis相关协议的代码。-Based on TI DSP/BIOS realize the usb network card, the source code contains internal usb chap9 as well as the relevant agreement rndis code.
- 2023-06-24 08:00:03下载
- 积分:1
-
ALIENTEK MINISTM32 实验4 外部中断实验
资源描述
ALIENTEK MINISTM32 实验4 外部中断实验
ALIENTEK MINISTM32 实验4 外部中断实验
ALIENTEK MINISTM32 实验4 外部中断实验
ALIENTEK MINISTM32 实验4 外部中断实验
- 2022-03-21 19:37:02下载
- 积分:1
-
通过按键在3位一体的数码管上显示数字,能显示00~99,但是减法只能从9减到0,在KEILC上编译调试成功...
通过按键在3位一体的数码管上显示数字,能显示00~99,但是减法只能从9减到0,在KEILC上编译调试成功-Through the button in one of three digital tube display figures, can show 00 ~ 99, but the subtraction can only be reduced to 0 from 9 in the debugging KEILC compiled successfully
- 2022-01-25 23:33:08下载
- 积分:1
-
Oscilloscope Chinese data
示波器的中文资料-Oscilloscope Chinese data
- 2023-06-05 22:00: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
-
转子试验台的程序控制,能稳定运行zhuanzishiyantai
转子试验台的程序控制,能稳定运行zhuanzishiyantai-Rotor test bed process control, stable operation can be
- 2023-02-05 06:10:04下载
- 积分:1
-
C167CS 程序测试,
其中包含了DAVE工程,可以直接打开看配置内容...
C167CS 程序测试,
其中包含了DAVE工程,可以直接打开看配置内容-C167CS program testing, which includes the DAVE project, and can directly open the configuration to see the contents of
- 2022-03-26 09:31:40下载
- 积分:1
-
RTX
rtx-tiny源码-rtx-tiny FOSS
- 2022-03-20 00:42:07下载
- 积分:1
-
stepper motor control procedures, Slip motor control procedures
步进电机控制程序,滑差电机控制程序-stepper motor control procedures, Slip motor control procedures
- 2022-03-11 12:53:09下载
- 积分:1
-
CRC16CRC32方法
CRC16CRC32采用C语言编写,很容易移植到任何一个工程或项目里,注意把函数与函数声明放至对应的文件下即可。CRC16的文件夹下的Main.c为主函数的入口。
- 2022-07-03 18:34:10下载
- 积分:1