CPUBUS SPI: Difference between revisions

From Appelwiki
Jump to navigation Jump to search
Created page with "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 = ..."
(No difference)

Revision as of 17:04, 5 April 2013

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.