ivanseidel / LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
MIT License
347 stars 120 forks source link

No output to Serial Output #44

Closed KanLok78 closed 2 years ago

KanLok78 commented 3 years ago

Hi,

I have commented #include iostream and last line std::cout of test.cpp. Example programs with the library are compiling without error but when running the program, there is no output in serial monitor.

I am using Arduino Mega, 1.8.13

Help pls!