Arduino Playground - Spi
An SPI library is now included in the Arduino software. See the SPI library reference for details. Why doesn't my LED turn on after starting SPI ? Why doesn't "digitalWrite(ledPin, HIGH);" work after starting SPI -- why doesn't my LED turn on? After execu...