avdwebLibraries/avdweb_VirtualDelay

Is Streaming.h really a dependency for this library?

Closed this issue · 2 comments

imsyf commented

I was trying to delete both #include <Arduino.h> and #include <Streaming.h> line, and my code (simple blinking LED) still working. So, what's the point of including them?

It is just needed for printing like this: Serial << "blabla";