-
C8051F020实现IO端口接收和输出
c8051f020实现io口的接收和输出-c8051f020 to achieve io port to receive and output
- 2022-05-20 04:03:44下载
- 积分:1
-
px4飞控程序
应用背景px4程序可以运行固定翼,旋翼等飞行器,而且是很多人再开发,有很多有用的算法,如扩展卡尔曼滤波,迭代法等等。可以GPS定位,GPS下走航点等等,希望能帮到大家关键技术C++编程,扩展卡尔曼滤波,IIC读取超声波,读取气压计。室外光流能很好定位,能用于固定翼,旋翼,而且可以二次开发,支持offboard模式。
- 2022-05-26 01:16:10下载
- 积分:1
-
MPC8260的Fast Ethernet的例子。配置FCC为Fast Ethernet模式,然后接MII口。用标准C语言编写。...
MPC8260的Fast Ethernet的例子。配置FCC为Fast Ethernet模式,然后接MII口。用标准C语言编写。-MPC8260 Fast Ethernet example. FCC configuration for Fast Ethernet model, then the MII mouth. Using standard C language.
- 2022-04-17 14:46:53下载
- 积分:1
-
2440 development board user guide broadly introduce the development process
2440 开发板user guide 大致介绍了 开发过程-2440 development board user guide broadly introduce the development process
- 2022-08-10 12:20:43下载
- 积分:1
-
ARM编程技术,对ARM结构,指令有详细介绍,觉得不错请下载
ARM编程技术,对ARM结构,指令有详细介绍,觉得不错请下载-ARM programming technology, the ARM structure, detailed instructions, please download think it"s good
- 2022-05-09 08:45:53下载
- 积分:1
-
S3C44B0X原装测试源码Samsung_Test适用FB44B0开发板
源码包括14项测试,对主板uart,usb,lcd,ide(ata)等接口直接测试,无需操作系统包含ADS工程文件,直接生成二进制文件,可以经由DWN上传并运行,基础地址为0xC008000
- 2022-04-13 11:56:14下载
- 积分:1
-
This is the week of meritorious service
这是周立功的《深入浅出arm7》的书的pdf,包括上下两册,供初学者使用。-This is the week of meritorious service
- 2023-03-15 21:35:04下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1
-
非常经典的常用LCD显示器驱动源程序,可以有效的了解LCD驱动方式...
非常经典的常用LCD显示器驱动源程序,可以有效的了解LCD驱动方式-LCD Monitor Sorce
- 2022-07-21 02:34:48下载
- 积分:1
-
含can总线的许多实例,极具参考价值,可根据提供的例程进行改写...
含can总线的许多实例,极具参考价值,可根据提供的例程进行改写-bus can contain many examples of great reference value, in accordance with the routines for rewrite
- 2022-03-02 17:48:23下载
- 积分:1