-
标准 i2c
软I2C标准检查生产质量,安全,稳定的平台,用于水网的通信测试,支持MBUS协议,它是一个很好的模板,它描述了如何使用系统视图和标准值点水网络通信方面的知识。
- 2023-03-21 19:30:06下载
- 积分:1
-
PS2Key.c键盘扫描+液晶1602显示
PS2Key.c键盘扫描+液晶1602显示-PS2Key.c keyboard scan+ LCD display 1602
- 2022-02-12 06:01:10下载
- 积分:1
-
pixhawk光流源码,eclipse下编译
资源描述通过github下载的光流源码,用C语言编写的pixhawk 原生光流传感器源码,能在Eclipse下编译修改和通过MakeFile直接下载到光流固件中,内含pixhawk飞控MavLink协议。
- 2022-03-13 18:04:49下载
- 积分:1
-
ASIC designs based on Sun Zi Chapter 2 the basis of integrated circuit technolog...
专用集成电路设计基础 孙肖子
第2章 集成电路工艺基础及版图设计-ASIC designs based on Sun Zi Chapter 2 the basis of integrated circuit technology and layout design
- 2022-03-12 12:47:33下载
- 积分:1
-
vhdl集成电路设计软件.需要用gcc
vhdl集成电路设计软件.需要用gcc-4.0.2版本编译.-VHDL IC design software. Require gcc- 4.0.2 compiler versions.
- 2023-05-08 20:55:02下载
- 积分:1
-
3com 3c905网卡驱动硬件部分源码
3com 3c905网卡驱动硬件部分源码--Partial source code for the driver of 3c905 network card from 3com.
- 2023-07-15 09:00:02下载
- 积分:1
-
RS485 communication program of the main program. Prepared using at91sam7a3 chip.
rs485的通信程序的主程序。采用at91sam7a3芯片编写的。-RS485 communication program of the main program. Prepared using at91sam7a3 chip.
- 2022-05-19 11:50:56下载
- 积分:1
-
MSP430x1x官方实例程序
File Name Description
----------------------------------------------------------------------------------------
fet140_1.c Software Toggle P1.0
fet140_adc12_01.c ADC12, Sample A0, Set P1.0 if A0 > 0.5*AVcc
fet140_adc12_02.c ADC12, Using the Internal Reference
fet140_adc12_03.c ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C
fet140_adc12_04.c ADC12, Extend Sampling Period with SHT Bits
fet
- 2022-06-03 09:23:32下载
- 积分:1
-
240* 128 LCD display of information, it is necessary to download the bar on the...
240*128液晶显示的资料,要的话就来下载吧-240* 128 LCD display of information, it is necessary to download the bar on the words ~ ~ ~ ~
- 2022-02-13 18:53:48下载
- 积分: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