Arbitrary.Logic

Results 85 comments of Arbitrary.Logic

Unfortunately I cannot override the stdio version due to the variable argument function. The flash string version works because the first parameter are different. If it can have a different...

There is a global `printf` in stdio.h, yeah there is a name collision. I haven't found a method of overloading the original with a new version. It simply selects the...

The code I was using for the test above is in the [global_printf](https://github.com/Chris--A/PrintEx/tree/global_printf) branch.

I have done an update the the [global_printf](https://github.com/Chris--A/PrintEx/tree/global_printf) branch. It now contains a `#define` for `xprintf`. It is quite reasonable I think. EDIT: See PR #20

> Wouldn't it be possible to create a templated PrintEx class that extends the base class with the new functions rather than creating a parallel class? Just to see if...

> Rather than depend on a recent C++ capability and create a new object, > I was wondering if it could be done with a template so that the templated...

@bperrybap I have made a few additions and the sketch below compiled (Do not have a setup to test it). However, so far it is looking good! This was done...

Cheers for the feedback. I'll add in my changes today I'll mark the change as a beta option and may be subject to tweaks and name changes. I have a...

This has now been added. I have a few more things to include then I'll push a new tag so it'll show up in the library manager.

@bperrybap I'm pretty happy with this, although I'll reopen this issue until we can test it in a variety of circumstances. One feature I forgot about still works which is...