-
优龙FS2410板的I2C通信源码,可以实现s3c2410 的I2C通信,开发平台为ADS1.2。...
优龙FS2410板的I2C通信源码,可以实现s3c2410 的I2C通信,开发平台为ADS1.2。-Liuzhou excellent FS2410 board I2C communication source, the S3C2410 can realize I2C communications, development platform for ADS1.2.
- 2022-02-05 10:59:46下载
- 积分:1
-
s3c2410 based on the touch screen
基于s3c2410的触摸屏驱动,带有makefile,可在linux下直接编译
-s3c2410 based on the touch screen-driven, with a makefile, linux under the direct translation
- 2022-03-21 13:18:38下载
- 积分:1
-
详细讲述了如何将UCOS II移植到ARM平台上,并给出了一个移植例程的源代码...
详细讲述了如何将UCOS II移植到ARM平台上,并给出了一个移植例程的源代码-Described in detail how to UCOS II ported to ARM platform, and gives the source code of a routine transplant
- 2023-08-13 19:50:02下载
- 积分:1
-
可编程片上系统设计技术,目前是一个热点话题,技术含量高,起点也高,所以本文能对大伙儿有帮助。...
可编程片上系统设计技术,目前是一个热点话题,技术含量高,起点也高,所以本文能对大伙儿有帮助。 - On the programmable piece the system design technology, at
present is a hot spot topic, the technical content high, the beginning
is also high, therefore this article can have the help to everybody.
- 2022-02-20 03:44:55下载
- 积分:1
-
C++编程指南(第二版)源代码
钱能的C++程序设计教程(第二版)源代码-the C++ Programming Guide (Second Edition) source code
- 2022-03-02 02:08:09下载
- 积分:1
-
对nand_flash的擦除、编程算法源码
对nand_flash的擦除、编程算法源码-right nand_flash the erasure, programming algorithm source code
- 2022-01-21 23:23:31下载
- 积分:1
-
R8C1B 监听iic通信 通过串口显示iic通信的具体内容
使用瑞萨的r8c-1b单片机,实现对iic通信的监听,并用串口显示iic通信的内容。
- 2023-06-24 00:30:05下载
- 积分:1
-
I2C驱动PIC、PICC编译器
I2C driver for PIC, PICC compiler - bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector -I2C driver for PIC, PICC compiler- bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector
- 2022-04-30 23:49:46下载
- 积分:1
-
ds1302+1602shizh0ng.含闹钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字
sbit SCLK=P2^5; //位定义1302芯片的接口,时钟输出端口定义在P1.0引脚
sbit DATA=P2^6; //位定义1302芯片的接口,数据输出端定义在P1.1引脚 I/O
sbit RST=P2^7; //位定义1302芯片的接口,复位端口定义在P1.2引脚 CE
sbit s1=P1^0; // 时间移位
sbit s2=P1^1; // 时间加
sbit s3=P1^2; //时间减
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 14:54:39下载
- 积分:1
-
altera的ip核,在sopcbuilder中添加后,在niosII IDE中可以轻易实现对dm9000a网卡的控制。...
altera的ip核,在sopcbuilder中添加后,在niosII IDE中可以轻易实现对dm9000a网卡的控制。-altera
- 2022-03-01 08:40:20下载
- 积分:1