We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d1a2a commit 106ae6dCopy full SHA for 106ae6d
cores/arduino/UART.h
@@ -27,6 +27,8 @@
27
#include "api/HardwareSerial.h"
28
#include "pins_arduino.h"
29
30
+using namespace arduino;
31
+
32
// Define constants and variables for buffering incoming serial data. We're
33
// using a ring buffer (I think), in which head is the index of the location
34
// to which to write the next incoming character and tail is the index of the
0 commit comments