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

p#849 fail code w/SDCARD #27

Closed
wants to merge 1 commit into from
Closed

Conversation

Defragster
Copy link
Contributor

Forum post#849 code in use with 3 hr failure - using more mA's

CARD in SD socket to activate
5 LEDs can be placed ( 3.3V common ) in :: int pinLEDS[]={26,27,28,30,31};
int pinLEDS[]={26,27,28,30,31}; #define PINCNT 5 // 0 to disable void setupPR() { for (int jj=0; jj<PINCNT; jj++) { pinMode( pinLEDS[jj], OUTPUT ); digitalWrite( pinLEDS[jj], LOW ); }

@Defragster
Copy link
Contributor Author

Not sure how this applies ...

@Defragster Defragster closed this Jul 4, 2021
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

Successfully merging this pull request may close these issues.

None yet

1 participant