-
5项步进电机驱动程序C96语言
5项步进电机驱动程序C96语言-five stepper motor driver VITRO language
- 2022-07-25 18:34:48下载
- 积分:1
-
步进电机的单片机控制系统的设计用C语言编写的程序,可以直接使用...
步进电机的单片机控制系统的设计用C语言编写的程序,可以直接使用-Stepper motor microcontroller control system design using C language program can be used directly
- 2022-07-23 01:37:51下载
- 积分:1
-
max7456 is beautiful letters an OSD chip, compared with NEC' s 6450,6453, and...
max7456是美信的一颗OSD芯片,比NEC的6450,6453,功能强大,程序电路却简单了很多,本程序有对MAX7456的操作,用的是STM32的ARM7,硬件的SPI-max7456 is beautiful letters an OSD chip, compared with NEC" s 6450,6453, and powerful, the program has a simple circuit a lot, this program has on the MAX7456 operation, with the STM32" s ARM7, hardware SPI
- 2023-01-19 16:05:03下载
- 积分:1
-
一个MiniGui环境下触摸屏校验程程序,根据实际稍稍修改一下即可使用,赶紧下载吧....
一个MiniGui环境下触摸屏校验程程序,根据实际稍稍修改一下即可使用,赶紧下载吧.-MiniGui environment of a touch-screen check-way process, in accordance with the actual use of a little tinkering can immediately download it.
- 2023-05-11 15:35:03下载
- 积分:1
-
STM32F103移植CANFestival
资源描述
资源描述
STM32F103移植,使用周立功USBCAN-E-P主站卡测试通过。主站卡:http://www.zlg.cn/canbus/product_detail.php?id=12
- 2022-02-03 01:51:01下载
- 积分:1
-
11 software filtering algorithm, for AD conversion very helpful
11中软件滤波算法,对于AD转换非常有帮助-11 software filtering algorithm, for AD conversion very helpful
- 2022-07-03 10:41:32下载
- 积分:1
-
nRF24E1作为 RF处理芯片,内带51处理器,其频段处于ISM频段,通信速度可以达到1M,可以进行跳频处理,在短距离高速度通信上有非常良好的功能。...
nRF24E1作为 RF处理芯片,内带51处理器,其频段处于ISM频段,通信速度可以达到1M,可以进行跳频处理,在短距离高速度通信上有非常良好的功能。-nRF24E1 as an RF chip, which with 51 processors, the band at ISM band, communication speed can reach 1M, can Hopping, a short distance high-speed communications on a very good function.
- 2022-05-16 06:15:08下载
- 积分:1
-
使用Keil MDK开发环境下实现对虚拟串口的程序。
采用KEIL MDK开发环境,实现USB下的虚拟串口驱动程序,内附全部源码,欢迎交流!-Using KEIL MDK development environment to achieve under the virtual USB serial port driver, included all the source code, please share!
- 2022-03-02 02:52:38下载
- 积分: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
-
powarm AT91RM9200硬件原理图
powarm at91rm9200 hw schematics
- 2022-07-04 11:06:22下载
- 积分:1