-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
type: enhancementProposed improvementProposed improvement
Description
Hi!
Saw your code comments about it, and yes its needed...
my approach was to remove the .cpp implementation
namespace std
{
// ohserialstream cout(Serial);
// ihserialstream cin(Serial);
}and add this to my sketch
ohserialstream std::cout(Serial);
ihserialstream std::cin(Serial);for me it sounds as a nice trade-off, no?
P.S. ok looking at __stdio_wrapper ...
Metadata
Metadata
Assignees
Labels
type: enhancementProposed improvementProposed improvement