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?
avandalen commented
It was for testing with Serial output
From: imsyf
Sent: Saturday, September 16, 2017 8:50 AM
To: avandalen/VirtualDelay
Cc: Subscribed
Subject: [avandalen/VirtualDelay] Is Streaming.h really a dependency for this library? (#1)
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
avandalen commented
It is just needed for printing like this: Serial << "blabla";