We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After doing sd.begin(10) blinking LED on pin 13 does not work anymore on Arduino Uno clone.
Stripped down example (blinks LED just once inside setup): http://pastebin.com/ttP4FmsP
Am I doing something stupid?
The text was updated successfully, but these errors were encountered:
Pin 13 is SPI SCK so you can’t use it to blink with an SD or any other SPI device.
Sorry, something went wrong.
Thanks a lot for your prompt answer.
No branches or pull requests
After doing sd.begin(10) blinking LED on pin 13 does not work anymore on Arduino Uno clone.
Stripped down example (blinks LED just once inside setup):
http://pastebin.com/ttP4FmsP
Am I doing something stupid?
The text was updated successfully, but these errors were encountered: