CPUBUS SPI

From Appelwiki
Revision as of 17:05, 5 April 2013 by Arco (talk | contribs)

Op de arduino mega worden de volgende aansluitingen gebruikt:

53 = SS (chip select)
52 = SCK ( clock )
51 = MOSI (SI) (Microcontroller uit, slave in) ! TIP: MO51
50 = MISO (SO) (Microcontroller in, slave uit) ! TIP: MI50
GND

dit is wel een stuk trager dan de direct variant.

Cpubus_SPI Cpubus;

Initialisseert de bus.