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

Avoid .ino #2

Closed
flx5 opened this issue Jan 31, 2017 · 1 comment · Fixed by #3
Closed

Avoid .ino #2

flx5 opened this issue Jan 31, 2017 · 1 comment · Fixed by #3

Comments

@flx5
Copy link
Collaborator

flx5 commented Jan 31, 2017

We should try to avoid .ino files (apart from short test cases) as those are not standard C++ compliant.

@barafael
Copy link
Owner

barafael commented Nov 2, 2017

Sort of fixed with commit dcf9469.

.ino still needed, though. But no setup() or loop()! And standard C++ everywhere.

.ino must still have same name as directory, and cpp file containing the code must have a different name, also must not be main.cpp. Arduino libraries included anywhere must appear in .ino file too.

@barafael barafael mentioned this issue Nov 20, 2017
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 a pull request may close this issue.

2 participants