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

Arduino stdio setup conditionally applied #1

Merged
merged 7 commits into from
Oct 23, 2011

Conversation

catharinejm
Copy link
Contributor

The stdin/stdout initialization is in arduino_io.[ch], and there is a macro, INIT_ARDUINO_IO(baud) which does the set up.

Both the arduino_io.h include and INIT_ARDUINO_IO call are guarded by #ifdef ARDUINO, which is only defined in Makefile.uno.

The thing doesn't work, of course, but I think think is a good foundation for parallelizing the development.

Jon

alandipert pushed a commit that referenced this pull request Oct 23, 2011
Arduino stdio setup conditionally applied
@alandipert alandipert merged commit 238ebc3 into splatspace:master Oct 23, 2011
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