-
44B0的led测试代码应用在44B0的IO口操作
44B0的led测试代码应用在44B0的IO口操作
-44B0 led to the application of the test code 44B0 IO mouth operation
- 2023-03-04 20:05:03下载
- 积分:1
-
开放源码串口通讯的程序(C)
开放源码串口通讯的程序(C)-OSS serial communication procedure (C)
- 2022-03-19 03:03:46下载
- 积分:1
-
SPI协议接口与LPC1343
应用背景基于LPC1343臂通过SPI协议的EEPROM皮质UC界面(液晶)。关键技术SPI协议EEPROM液晶20x4LPC1343(m3)
- 2022-05-10 23:19:18下载
- 积分:1
-
9200 uboot fot yf9200bd
9200 uboot fot yf9200bd
- 2023-05-11 09:50:03下载
- 积分:1
-
The attachment is a basic CAN transceiver circuit diagram. By the STC Series MCU...
该附件是基本的CAN收发电路原理图。由STC系列单片机+SJA1000+82C250构成。-The attachment is a basic CAN transceiver circuit diagram. By the STC Series MCU+ SJA1000+82 C250 composition.
- 2022-02-25 04:24:39下载
- 积分:1
-
一个RTX51 Tiny的例子程序
A rtx51 tiny example program
- 2023-02-14 07:15:04下载
- 积分:1
-
it is the best manual for ARM 2440. it is use for the arm 2440.
it is the best manual for ARM 2440. it is use for the arm 2440.-it is the best manual for ARM 2440. It is use f 2440 or the arm.
- 2022-03-23 11:00:28下载
- 积分:1
-
PIC16F877A 24C02读写
资源描述
/***************************************************************************
* 文件名:24c02
* 功 能:利用IIC总线对eeprom 24c02,进行读写
* 作 者:TXMCU
* 日 期:
* 备 注:
//软件思路:当按键KEY0按下时,把6个连续的数据写入到6个连续的单元内,
//写完成后数码管显示单个0,做为完成标志位,当按键KEY1按下后,
//读取EEPROM连续六个单元,读取结果送6位数码管显示
//
//开发板连接方法:将JP10 JP11 JP12 JP13这4个跳线帽分别接到24C02位置
// 把JP8的的跳线帽跳到DPY位置上,JP14选择在IO口位置上
****************************************************************************/
#include
__CONFIG(0x1832);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡
#define address 0xa
#define nop() asm("asm")
//定义待写入的数据
const char ee_data_write[] = {0, 4, 2, 3, 3, 1};
//定义读取数据存放的缓冲区
unsigned char ee_date[6];
//定义0-9的显示代码
- 2022-03-18 07:32:17下载
- 积分:1
-
uclinux源码,已经再s3c44b0上移植成功!
uclinux源码,已经再s3c44b0上移植成功!--Source code of uclinux. It was migrated to s3c44b0.
- 2022-06-17 16:20:56下载
- 积分:1
-
This is written for pxa270s the use of touch
这个是针对pxa270s写的触摸屏的使用函数,还加了一个测试的程序。可以实现对触摸屏的几种操作的识别,上下划动,单击双击等。-This is written for pxa270s the use of touch-screen function, but also added a test procedure. Touch screen can be achieved on the identification of several operations, paddling up and down, double click and so on.
- 2022-04-24 10:43:07下载
- 积分:1