Skip to content

Add "Application Flow Control" examples and READMEs #5

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

Merged
merged 7 commits into from
Oct 15, 2018

Conversation

yennster
Copy link
Contributor

  • Also added Mbed OS lib to IdleLoop
  • Also added a .gitignore file to this repo for library/file management

@yennster
Copy link
Contributor Author

@cmonr

Copy link
Contributor

@cmonr cmonr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A question, but will otherwise be good to go.

DigitalIn button(SW1); // Change to match your board
DigitalOut led(LED1);

#define button_press 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't convention to have all #defines in CAPS?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmonr Probably, I just copied/pasted from the old main.cpp. I'll fix it

@cmonr cmonr requested a review from AnotherButler October 15, 2018 20:54
@cmonr cmonr merged commit 21d3505 into ARMmbed:master Oct 15, 2018
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.

2 participants