搜索资源列表
1-wire-slave
- 1-wire\"从机\"模拟程序, 不是主机,1-wire的主机模拟程序网上很多.使用mega88模拟DS1990A芯片时序, 再加上模拟主机就可以搭建不使用DALASI芯片而使用1-wire协议的系统.编译IAR for AVR 4.20.
Tiny_DS2450
- 使用AVR单片机模拟成DS2450的bascomAVR程序,实现了模拟1wire从机的功能。程序使用bascom语言编写,程序构建简单明了,对使用其它语言编写模拟1wire程序也具有参考的作用-Simulated using the AVR microcontroller into the DS2450' s bascomAVR procedures to achieve a simulation 1wire slave function. Bascom language program use
spi_slave
- spi slave 8bit address 1bit r/w 7bit number data
MSP430FR57xx_uscia0_spi_09
- Descr iption: SPI master talks to SPI slave using 3-wire mode. Incrementing data is sent by the master starting at 0x01. Received data is expected to be same as the previous transmission TXData = RXData-1. USCI RX ISR is used to handle communi
fet140_spi0_07
- Descr iption: SPI Master communicates at fast as possible, full-duplex with // SPI Slave using 3-wire mode. The level on P1.4/5 is TX ed and RX ed to P1.0 // and P1.1. Master will pulse slave Reset on init to insure synch start. // Master norma
SPI_of_MSP430F249
- SPI master talks to SPI slave using 3-wire mode. Incrementing data is sent by the master starting at 0x01. Received data is expected to be same as the previous transmission TXData = RXData-1. USCI RX ISR is used to handle communication with