Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#define _BV(bit) (1 << (bit))
SPCR = (1<<SPE) | (1<<MSTR) | (1<<SPR1) | (1<<SPR0);
#define SPE 6
2.05.3 and I have no idea about MCU????Which version are you using, is it 2.x or 3.x ?
And which MCU model?
Which AVR device, atmega8, atmega 88 etc?
sfrb SPCR=0xd;