Chris--A / PrintEx

An extension to the Arduino Print library, and much, much more...
GNU General Public License v3.0
61 stars 16 forks source link

Print is an ambiguous base when using StreamEx #4

Closed Chris--A closed 9 years ago

Chris--A commented 9 years ago

Only the extended print functionality works, all base .print(...)calls fail whe using a Stream based object is also inheriting PrintExtension

Chris--A commented 9 years ago

A fix is underway for this issue.