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

Editor.ino #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Editor.ino #1

wants to merge 2 commits into from

Conversation

MarcelloTheArcane
Copy link
Owner

No description provided.

@MarcelloTheArcane
Copy link
Owner Author

MarcelloTheArcane commented Aug 30, 2016

Functionality

  • simple implement buttons to increment/decrement codePointer, within limits of 0 - (sizeof(code) - 1), and character (hereon charPointer), within limits of 0 - (sizeof(characters) - 1) while looping.
  • simple commit chars on display to code array
  • simple exit on 'select'
  • not so simple make sure no spaces in code
  • tricky ensure all loops are matching

Added comments to explain code, added features regarding space error in code.  Also added test to only refresh if *new* value in code
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.

1 participant