-
Tower pro 9g伺服代码8051
在机器人中常用的伺服电机工程可变占空比。该代码提供在三个不同的角度的工序明智旋转(0 - 45 - 90度)。不直接连接伺服销到控制器。使用NPN晶体管控制引脚。
- 2022-01-21 05:34:13下载
- 积分:1
-
Discussing embedded systems in general is difficult, because each embedded syste...
Discussing embedded systems in general is difficult, because each embedded system is unique. Rather than presenting a list of general principles for handling embedded development issues, this book presents examples of problems encountered and solutions to those problems using real hardware and software. In that sense, it is a “cookbook” for developers that offers design “recipes” that can be elaborated on or modified as needed to solve other design problems.
- 2022-02-14 10:49:17下载
- 积分:1
-
ARMer9开发系统的linux启动过程剖析的文档
ARMer9开发系统的linux启动过程剖析的文档-ARMer9 Development System linux start the process of analyzing documents
- 2022-03-21 18:25:03下载
- 积分:1
-
MSP430F6736
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
- 2022-03-20 06:56:05下载
- 积分:1
-
MCX302系列运动IC
日本NOVA电子有限公司研制的可以多轴控制的DSP运动控制专用芯片 MCX302 MCX304 MCX312 MCX314 MCX501系列IC驱动源码~
- 2022-01-25 23:36:04下载
- 积分:1
-
armlinux学习笔记--IIS音频驱动程序分析 详细分析了在音频驱动程序在armlinux中的结构。...
armlinux学习笔记--IIS音频驱动程序分析 详细分析了在音频驱动程序在armlinux中的结构。-armlinux Study Notes- IIS audio driver analysis of a detailed analysis of the audio driver in armlinux structure.
- 2023-07-29 20:15:02下载
- 积分:1
-
Protel原理图需要的Xilinx元件库
Protel原理图需要的Xilinx元件库-Protel diagram components needed for Xilinx
- 2022-01-24 14:47:11下载
- 积分: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
-
拨号
DIAL-08.asm for burning 508a chips
- 2022-02-21 05:48:06下载
- 积分:1
-
一个修改后的s3c2410烧写程序,能在sdt型jtag板上直接使用
一个修改后的s3c2410烧写程序,能在sdt型jtag板上直接使用-a revised s3c2410 the burning process, in sdt-board direct use jtag
- 2022-05-08 12:40:32下载
- 积分:1