Skip to content

some core additions #3

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 2 commits into from
Nov 25, 2017
Merged

some core additions #3

merged 2 commits into from
Nov 25, 2017

Conversation

Zeko369
Copy link
Contributor

@Zeko369 Zeko369 commented Jul 28, 2017

So I added some arduino functions that were missing in your original plugin like
analogRead, serial.*, and brancing
Still missling for and while but they are in the works

@@ -21,7 +21,9 @@ extends cpp
snippet setup "setup()"
void setup()
{
${1}
${1}//Serial.begin(115200);
Copy link
Owner

Choose a reason for hiding this comment

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

Any specific reason for having a commented out code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I commented it out by default because you don't always need serial communication, but I also set the first point there so people can uncomment it very easily

@sudar
Copy link
Owner

sudar commented Jul 28, 2017

Thanks for your PR.

I just left a comment about the commented out code. Once that is fixed I would be happy to merge this.

@Zeko369
Copy link
Contributor Author

Zeko369 commented Jul 28, 2017

I commented it out by default because you don't always need serial communication, but I also set the first point there so people can uncomment it very easily

@sudar sudar merged commit d16726f into sudar:master Nov 25, 2017
@sudar
Copy link
Owner

sudar commented Nov 25, 2017

@Zeko369

Thanks for the Pull Request. I just merged it. Sorry for the delay.

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