Skip to content
New issue

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

LED output does not work after sd.begin() #13

Closed
mahfiaz opened this issue May 12, 2015 · 2 comments
Closed

LED output does not work after sd.begin() #13

mahfiaz opened this issue May 12, 2015 · 2 comments

Comments

@mahfiaz
Copy link

mahfiaz commented May 12, 2015

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?

@greiman
Copy link
Owner

greiman commented May 12, 2015

Pin 13 is SPI SCK so you can’t use it to blink with an SD or any other SPI device.

@greiman greiman closed this as completed May 12, 2015
@mahfiaz
Copy link
Author

mahfiaz commented May 12, 2015

Thanks a lot for your prompt answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants