-
can...............
看看吧。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-02-21 02:03:00下载
- 积分:1
-
51时间步进程序示例
51时间步进程序示例
Auto_Man_SW = P0^0; //手动开关
Clamping_button = P0^1; //夹紧按钮
Lifting_button = P0^2; //升降按钮
Swaying_button = P0^3; //摇摆按钮
Vacuum_button = P0^4; //真空按钮
Vacuum_completed = P0^5; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 14:32:03下载
- 积分:1
-
此汇编文件为TMS32054X系列处理器,进行低通滤波运算的汇编源程序。...
此汇编文件为TMS32054X系列处理器,进行低通滤波运算的汇编源程序。--This program is to do low filter wave calculation for TMS32054X series CPU.
- 2022-01-31 12:35:03下载
- 积分:1
-
aduc7061代码
它是源代码usb基于温度探测器使用aduc7061,它包含了示意图和接口与7061 rtd的嵌入式代码,也contian的说明。由利用这个,我们可以连接rtd和THAD
- 2022-07-10 05:13:14下载
- 积分:1
-
made a ModelSim simulation based on the Verilog source code
发一个基于ModelSim仿真的Verilog源代码包-made a ModelSim simulation based on the Verilog source code
- 2022-05-30 03:47:34下载
- 积分:1
-
51 MCU
基于51单片机的程序设计,资料的详细功能、包含内容说明-51 MCU-based programming, the information detailed features, including the content description
- 2022-05-23 00:46:08下载
- 积分:1
-
机器人理学分析 运动轨迹生成
机器人控制 视觉识别 语音识别...
机器人理学分析 运动轨迹生成
机器人控制 视觉识别 语音识别-Science robot trajectory generation robot control analysis of visual recognition Speech Recognition
- 2022-09-21 22:55:06下载
- 积分:1
-
Circuit schematic circuit schematic circuit schematic circuit schematic
电路原理图 电路原理图 -Circuit schematic circuit schematic circuit schematic circuit schematic
- 2022-02-13 23:46:07下载
- 积分:1
-
一个简单的字库测试程序,可以测试GB2312等字库
一个简单的字库测试程序,可以测试GB2312等字库-A simple font test procedure to test GB2312 font, etc.
- 2022-01-28 18:36:23下载
- 积分:1
-
智能家居项目zigbee实验协议栈按键操作源代码
智能家居项目zigbee实验协议栈按键操作源代码
1、 修改SW_6所在IO口
/* SW_6 is at P0.4 */ #define HAL_KEY_SW_6_PORT P0 #define HAL_KEY_SW_6_BIT BV(4) //BV(1) 改到P0.4 #define HAL_KEY_SW_6_SEL P0SEL #define HAL_KEY_SW_6_DIR P0DIR 2、边缘触发方式 /* edge interrupt */ #define HAL_KEY_SW_6_EDGEBIT BV(0) #define
HAL_KEY_SW_6_EDGE HAL_KEY_RISING_EDGE//HAL_KEY_FALLING_EDGE 改成上升缘触发
- 2022-02-01 15:49:47下载
- 积分:1