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

Adding Stream and Print headers to compile Arduino code that depends on them #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

redaphid
Copy link

Hey, this is Aaron from Octoblu!

The fork of your project we've been using has changed the directory structure a lot (for the worse; we're just standardizing on the arduino-style library format), but I figured you might be interested in these headers, at least.

They aren't full-fledged mocks, but at least they allow someone to compile Arduino code that is dependent on streams or print classes with them.

Embarassingly, I did implement a mock for Stream, and still have the unit tests for it, but can't seem to find them in my source tree. I'll PR the tests and implementation when I find them as well.

@ikeyasu
Copy link
Owner

ikeyasu commented Jun 15, 2015

Thank you for your PR. I will check it out soon.

@redaphid
Copy link
Author

bump

jonathanperret pushed a commit to jonathanperret/arduino-mock that referenced this pull request Aug 25, 2024
* clean up test setup
* clang-format tests
* fix include paths
* add beeper tests

Co-authored-by: stla <[email protected]>
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