搜索资源列表
IIC
- IIC同步串行通讯。掌握S3C44B0IIC控制器的编程方法,编程实现串行EEPROM存储器24C16的数据存储和访问-IIC synchronous serial communication. Master S3C44B0IIC controller programming methods, programming 24C16 serial EEPROM memory for data storage and access
IIC
- 基于PIC18 的IIC驱动程序,master-reader模式-The IIC-based PIC18 drivers, master-reader mode
iic_master
- it is a iic source verilog code with its testcase which can act only as master
I2C-Master-_-Slave-Core
- 用verilog 实现的 iic 总线编程,包括master,和slave的编程,很详细的iic总线编程-Iic-bus implemented using verilog programming, including the master, and slave programming, a very detailed iic-bus programming
master
- LPC900单片机IIC软件包 V1.2之 LPC932硬件I2C软件包-主方式-LPC900 single-chip IIC of LPC932 package V1.2 hardware I2C package- the main way
i2_cmaster
- verilog HDL i2c主机代码-verilog HDL i2c host code
iic
- Renesas 单片机I2C 例程。与eeprom的完整功能实现。-Simplified IIC-BUS 0 "Operates as master device for Serial EEPROM"
S3C2410_I2C_host
- s3c2410嵌入式Linux IIC主设备驱动范例-s3c2410 Embedded Linux IIC master device driver sample
I2Cdesign
- Verilog数字系统设计教程【夏宇闻】原书第十章:IIC总线接口模块设计代码包-verilog program for iic bus design. the pakege includes iic protocl master program and behavel slavle program, even includes testbench and data bat files.
PIC18_Program
- 本资料含有 Chart-04-----端口应用 Chart-05-----中断优先级处理 Chart-06-----SPI/IIC应用 Chart-07-----串口通讯应用 Chart-08-----端口RB应用 Chart-09-----TMR0/TMR1应用 Chart-10-----AD转换 Chart-11-----CCP1/PWM Chart-12-----CAN通讯 Chart-13-----液晶显示 Chart-14-----WDT/S
pic-iic-example
- PIC单片机处于主模式和从模式的IIC通讯源码-PIC microcontroller is in master mode and slave mode IIC communication source
initiicm
- PIC子程序。本程序实现IIC主控方式初始化并发送起始位,时钟频率为100KHZ。-PIC subroutine. Way to achieve this procedure initialize IIC master and send start bit, the clock frequency is 100KHZ.
slaa382
- A really good source code/documentation about the MSP430 I2C (IIC) master mode. Original from TI
iic_verilog
- 完整的IIC MASTER,verilog 的,进过验证的-IIC Master for fpga with verilog
CE311-I2C-Master-EEPROM
- PIC24系列IIC程序,内部IIC,非模拟的IIc-PIC24 family IIC procedures, internal IIC, non-simulated IIc
IIC-master
- Verilog的FPGA实现,有一定的参考价值,实现了基本的IIC总线功能-Of Verilog FPGA, the reference value, the IIC bus
iiC程序
- iiC总线由NXP(原PHILIPS)公司设计,多用于主控制器和从器件间的主从通信,在小数据量场合使用,传输距离短,任意时刻只能有一个主机等特性。此代码为基于单片机的程序。(The IIC bus is designed by NXP (formerly PHILIPS) and is mainly used for master-slave communication between the master controller and slave devices. It is used in
esp8266_deauther-master
- arduino编程的wifikiller 使用芯片组为ESP8266 系列(12N/12F等);可以为外接显示屏,OLED 屏幕IIC接口,VCC-3.3 GUN-G,SDA,SLC接口代码中可随意修改,使用前下载好库文件,arduino库中有。(Arduino programming wifikiller uses chipset as ESP8266 series (12N/12F, etc.); it can be modified for external display, OLED s
STM32F401 IIC
- STM32F401 Master IIC 程序
Verilog实现IIC通信协议
- Verilog实现IIC通信协议,里面有IIC master和slave的源码,以及testbench仿真的代码