-
2410
2410-1型和2410-3型IDE实验手册,包括主要的步骤和源代码。-2410-1 and 2410-3 experiments Manual-based IDE, including the main steps and the source code.
- 2022-07-01 02:21:35下载
- 积分:1
-
在工业控制中常常会遇到模糊控制算法的问题,次程序为通用的PID算法,根据需要进行修改,便可实现不同的功能。...
在工业控制中常常会遇到模糊控制算法的问题,次程序为通用的PID算法,根据需要进行修改,便可实现不同的功能。-In industrial control often encounter the problem of fuzzy control algorithm, sub-procedures for the common PID algorithm, according to the need for modifications can realize different functions.
- 2022-07-03 12:34:43下载
- 积分:1
-
MiniGUI
MiniGUI-AKAE
- 2022-01-26 06:44:17下载
- 积分:1
-
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。...
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。-As in embedded systems using C language as an alternative assembly, the use of RTOS in the embedded systems is a general trend. The main reason is now in most cases more efficient than the implementation of the efficiency of programming important (SCM cheap Well).
- 2022-07-27 23:11:22下载
- 积分:1
-
pwm sine.c
/*PWMSine.c
此程序说明了如何使用 PWM 通道 4 上
要输出正弦波 PWM 通道上的单个边缘模式。PCLK
设置为 15 兆赫和有没有 prescaling 这样 PWM 时钟
是 15 mhz。基准利率是设置为 100 H 这是 256 基
10 所以基地的 PWM 频率是在 15 MHz/256 = 58.95375 千赫。
*/
- 2022-01-27 16:59:44下载
- 积分:1
-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1
-
AT91RM9200 the MMU debugging, need to have external SDRAM chip. Ic42s324
AT91RM9200的MMU调试,需要有外部的SDRAM芯片.ic42s324-AT91RM9200 the MMU debugging, need to have external SDRAM chip. Ic42s324
- 2022-11-11 09:00:03下载
- 积分:1
-
源继承了大量的控制功能,如定时器、按键、串口通信…
该源码继承了大量功能控件,如定时器、按键、串口通讯等,并已成功嵌入到产品中,可以节省大量时间。-the source inherit a lot of control functions, such as timer, keys, serial communications, and has successfully embedded into products, can save a lot of time.
- 2022-10-07 12:15:03下载
- 积分:1
-
ARM9 core philip
ARM9内核的philip公司的LPC3180初始化SDRAM的驱动代码-ARM9 core philip
- 2023-03-27 07:45:02下载
- 积分:1
-
a very good embedded systems books, is a good primer!
一本很不错的嵌入式系统书籍,是一本很好的入门教材!-a very good embedded systems books, is a good primer!
- 2023-07-05 10:40:04下载
- 积分:1