Skip to content

Editor.ino#1

Open
MarcelloTheArcane wants to merge 2 commits intomasterfrom
Editor-1
Open

Editor.ino#1
MarcelloTheArcane wants to merge 2 commits intomasterfrom
Editor-1

Conversation

@MarcelloTheArcane
Copy link
Copy Markdown
Owner

No description provided.

@MarcelloTheArcane
Copy link
Copy Markdown
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