Skip to content

Code error returns " 'oneAfterAnother' was not declared in this scope " #23

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

Closed
SFERob opened this issue Aug 10, 2017 · 4 comments
Closed

Comments

@SFERob
Copy link

SFERob commented Aug 10, 2017

In experiment #14, SIK_circuit14_shiftRegister, line 89 is missing an open bracket at the end of the line. Should read

void shiftWrite(int desiredPin, boolean desiredState){

THanks!

Rob Reynolds

@ToniCorinne
Copy link
Contributor

@JoelEB throwing you on this in case changing this affects your current work in any way. Thanks!

@ToniCorinne ToniCorinne assigned bboyho and unassigned JoelEB Mar 28, 2018
@ToniCorinne
Copy link
Contributor

Adding @bboyho to verify this on the errata sheet.

@bboyho
Copy link
Contributor

bboyho commented Mar 29, 2018

Yeah, it looks like it is missing the curly bracket in the v3.3 circuit 14 example => [ https://github.com/sparkfun/SIK-Guide-Code/blob/v33/SIK_circuit14_shiftRegister/SIK_circuit14_shiftRegister.ino#L90 ] . I'm not sure how to fix the code in an older branch now that we have SIK v4.0a?

@bboyho
Copy link
Contributor

bboyho commented May 17, 2018

It's a GitHub rabbit hole if we go back to a tag version to fix. Since v3.3 is retired and we are using v4.0, it will not be fixed in the tag. The least that I have done is add a won't fix label and added a note in the SIK v3.3. The example code in the tutorial [ [https://learn.sparkfun.com/tutorials/sik-experiment-guide-for-arduino---v33/experiment-14-using-a-shift-register(https://learn.sparkfun.com/tutorials/sik-experiment-guide-for-arduino---v33/experiment-14-using-a-shift-register) ] is fine.

@bboyho bboyho closed this as completed May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants