On Mon, 25 Nov 2013 22:02:36 -0800 (PST), Philippe Habib <phabib@well.com> wrote: > if(SPIOutBuf[j] & 0x80) > P4 |= 1; > else > P4 &= 0; Perhaps prefer P4 &= 0xFE;
Message
Re: [AVR-Chat] Help with bit banged spi
2013-11-27 by dspic@cat12.com
Yahoo Groups archive
Message
2013-11-27 by dspic@cat12.com