arduino-mock icon indicating copy to clipboard operation
arduino-mock copied to clipboard

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

Open redaphid opened this issue 9 years ago • 2 comments

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.

redaphid avatar Jun 14 '15 00:06 redaphid

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

ikeyasu avatar Jun 15 '15 00:06 ikeyasu

bump

redaphid avatar May 11 '23 19:05 redaphid