搜索资源列表
PIC18F PICC C编程
- PIC18F PICC 模块C编程: 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-----WD
I2C_Mast
- 从动iic 程序 c语言的,基于PIC 单片机 -Slave iic program c language, based on PIC microcontroller
78F050x(78K0-KB2)
- NEC 78K0-KB2 系列单片机软件开发demo源码-NEC 78K0-KB2 Series MCU software development, demo source code
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
IIC
- 两个M16通过TWI进行通信,主机与从机程序-Two M16 communicate through TWI, the host and slave program
iics
- pic子和序。本程序实现IIC从动方式发送或接受2个字节数据。 入口参数:本机地址在SADR中,待发送的数据在SOUH:SOU中。 出口参数:接收到的数据在SOUH:SOU中。 占用资源:W,STATUS,024H,025H,028H,029H,07FH,07EH,17FH,SSP模块,1重堆栈。 说明: 1.使用该程序需在中断入口程序中填入如下两条指令-pic child and order. The program realization IIC slave send
Sources
- 对IIC模块进行初始化,默认为允许IIC,IIC总线频率:62.5KHz,禁止IIC中断,从机接收模式,不发送应答信号-Initialization of the IIC module, the default is to allow IIC, IIC bus frequency: 62.5KHz, IIC interrupt prohibiting the slave receive mode, do not send acknowledge
msp430_iic_master
- 在msp430单片机上实现硬件iic和从机发送接收的功能,接收和发送都在中断函数中处理,有发送buf,同时串口可以打印信息。-Msp430 microcontroller hardware iic send received and slave, to receive and send in the interrupt handling function, sending buf and serial can print information.
iic
- iic驱动,实现MSP430的IIC的应用,包括主从程序,控制MSP430的UCA0的IIC硬件模块。-iic drive, realize the IIC MSP430 applications, including master-slave program to control the MSP430 UCA0 the IIC hardware modules.
stm32f103-I2C
- STM32微处理器硬件IIC实现主机从机通信功能-STM32 microprocessor hardware IIC achieve master slave communication function
125401kyj3y5qtt3sry57u
- STM8硬件IIC 程序 里面有IIC主从模式的程序,只需要修改部分就可以使用。 含有注释。-STM8 hardware IIC program There are IIC master-slave mode program, only need to modify the part can be used. Contains notes.
i2c-slave-mode
- bjx 301A iic 从模式读写数据,可用作i2c 存储器-bjx 301A iic slave mode for store data
wifi_i2c_slave
- 这是基于stm8s003芯片的 iic slave 模块程序.简单易懂,可以稳定地跑100k的标准iic。适合初学者学习。编译环境是stvd,编辑是sourceinsight。-This is iic slave module program based stm8s003 chips. Easy to understand, can stably run the standard iic 100k. Suitable for beginners to learn. Compiler enviro
iic_slave_141210_1745
- 这是基于holychip单片机的一款,模拟iic slave程序。holychip主要生产低成本的OTP芯片。适合做一些简单的应用。iic slave 在低成本单片机中可以正常使用,但是由于芯片规格问题,目前程序只能跑40k的iic速率。编译环境是holychip IDE。运行是holychip公司提供的fpga仿真器。-This is based on a holychip microcontroller, analog iic slave program. holychip mainly p
PAR-Light_LCE030(MA803)
- 基于C51的PAR灯控制程序,内含原理图与MA803技术手册,功能有模拟PWM线性调光,炫耀的自走程序,主从控制,IIC协议,DMX512协议,74HC595控制四位共阴数码管-Based on C51 PAR lamp control procedures, including schematic diagram and MA803 technical manuals, features analog PWM linear dimming, showing off the program, m
Magic-ball-lamp(M0516)
- 基于M0516的魔球灯控制程序,内含原理图,功能有内置PWM加模拟PWM线性调光,炫耀的自走程序与声控程序,主从控制模式,IIC协议,485通讯DMX512协议,74HC595控制四位3461共阴数码管,ULN2803电机驱动程序-M0516 based magic ball lamp control procedures, the enclosed schematic diagram, function has a built-in PWM analog PWM linear dimming,
ruisaiic
- 瑞萨单片机iic从机工作,可以一直循环接收主机信息(Renesas microcontroller IIC slave work)
C8T6 8通道采集IIC 串口发送
- 本程序由一台主机通过RS485控制多个从机,这里给出的是一个从机的程序。通过对stm32控制,对8路的IIC采集传感器数据,通过串口控制单片机的执行与数据的上传,代码运行时间少,并且避免了从机与主机通信时从机与从机通信之间的干扰.(This program is controlled by a host machine through RS485, and a slave program is given here. Through the control of STM32, the data
Code
- 带有详细注释的从机说明处理程序,把官方的简单例程完善成标准化IIC从机时序。也就是完成虚拟寄存器地址 因为是公司的不能发整个项目,只要懂的一定能看懂,里面有大量的注释,也是为了自己不忘(A detailed annotation of the slave processor, the official simple routine, standardized IIC slave timing. Because the company can not send the entire projec