搜索资源列表
ADC
- Timer,内部定时器,有Timer0、Timer1、Timer2等。 USART:Universal Synchronous Asynchronous Receiver Transmitter,同步/异步串行传输,如RS232、RS485等。 MSSP;Master Synchronous Serial Port,两线式(I2C)与三线式(SPI)标准同步串行传输协定,常用于EEPROM内存资料的烧录与读取,或是与其它集成电路沟通与联系,形成多芯片网络。 2. PIC16F8
SPI-SET
- 非常详细的SPI配置介绍,对主从设备的模式配置进行了很详细的讲解-The very detailed SPI configuration introduced, a very detailed explanation of the master-slave mode configuration
SPI
- SPI(Serial Peripheral Interface)是一种串行串行同步通讯协议,由一个主设备和一个或多个从设备组成,主设备启动一个与从设备的同步通讯,从而完成数据的交换-SPI (Serial Peripheral Interface) is a serial serial synchronous communications protocol, by a master device and one or more from the device, the master device
SPI-communication---page-459
- SPI is an abbreviation for Serial Peripheral Interface. The SPI bus can have one single master and multiple slaves on the same bus.
SPI
- 这篇文章说明了一主机多从机SPI总线的系统应用。-This article describes a master multi-slave SPI bus systems.