-
FlyMaple1_0 示例代码
飞控部分代码示例,使用Android 平台,能让你快速熟悉Android 开发平台和常见传感器的操作方法,快速入门四轴飞行器
- 2022-01-26 06:30:47下载
- 积分:1
-
Nokia3510i color LCD AVR chip driver program
AVR芯片驱动Nokia3510i彩色液晶程序-Nokia3510i color LCD AVR chip driver program
- 2023-06-01 18:45:02下载
- 积分:1
-
The domestic company develops based on the LINUX operating
system graphical inte...
国内一家公司开发的基于LINUX操作系统的图形界面,可以用于嵌入式LINUX系统中。- The domestic company develops based on the LINUX operating
system graphical interface, may use in to insert in the type LINUX
system.
- 2022-01-25 18:20:21下载
- 积分:1
-
lpc2103+18b20+12864显示
lpc2103+18b20+12864显示-lpc2103+ 18b20+ 12864 show
- 2022-02-22 05:42:22下载
- 积分:1
-
BlueOcean Chipscreen 44b0 core board and expansion board schematics, pdf format
蓝海微芯44b0核心板和扩展板原理图,pdf格式-BlueOcean Chipscreen 44b0 core board and expansion board schematics, pdf format
- 2022-03-09 12:39:07下载
- 积分:1
-
使用0.18um 标准
CMOS 的工艺设计,内嵌ASIX CORE(32 位RISC 内核,兼容ARM720T,带8KB 指令数
据Cache 和全功
使用0.18um 标准
CMOS 的工艺设计,内嵌ASIX CORE(32 位RISC 内核,兼容ARM720T,带8KB 指令数
据Cache 和全功能MMU),采用冯诺依曼结构-Using 0.18um standard CMOS process design, embedded ASIX CORE (32 bit RISC core, compatible with ARM720T, with 8KB Data Cache directives and full-featured MMU), the use of the structure of von Neumann
- 2023-04-20 11:50:03下载
- 积分:1
-
ucosii for 44b0, 移植os到arm平台上的源码。
ucosii for 44b0, 移植os到arm平台上的源码。-ucosii for 44b0 transplant os platform to arm the source.
- 2022-04-26 09:08:13下载
- 积分:1
-
S3C4510 LUNUX 2。6。7补丁
S3C4510 LUNUX 2。6。7补丁-S3C4510 LUNUX 2. 6. Seven patches
- 2022-02-09 21:14:02下载
- 积分:1
-
ARM Bootloader source code Ver1.1.0
ARM Boot 程序源码 1.1.0.rar-ARM Bootloader source code Ver1.1.0
- 2022-03-20 12:51:13下载
- 积分: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