搜索资源列表
spi_com
- 实现AVR ATmega48与ATmega168单片机SPI互连通信,采用主从切换方式。-Achieve AVR ATmega48 and the ATmega168 MCU SPI interconnect communications, use of master-slave switch method.
USARTaSPI_Transfer
- Using two AtMega168 micro-controllers, i transmitted by SPI and USART. You can write in RS232 terminal maximum 20 characters, the last one need to be 0 , and you receive back. He will transmit and by SPI.-Using two AtMega168 micro-controllers, i tran
ffsp
- SPI lib for atmega168. DON USE Wrk? UNOS void spi_init(void) { /* Set MOSI and SCK output */ DDR_SPI |= _BV(DD_MOSI) | _BV(DD_SCK) DDR_SPI &= ~_BV(DD_MISO) /* Enable SPI, Master, set clock rate fck/128 */ SPCR = _BV(SPE) | _B
mmc-spi
- Reading an SD card with an ATMEGA168
SpiFlasherV2.0
- AVR SPI Flash (25xx) Programmer with SD Card to store files to be programmed (fat support) with atmega168