ivanseidel / LinkedList

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

Example prints non stop, and needs to print new line. #10

Closed NicksonYap closed 8 years ago

NicksonYap commented 8 years ago

In the SimpleIntegerList example, add

 Serial.println(".");
 while(1);

just before the end of loop.

https://github.com/ivanseidel/LinkedList/blob/master/examples/SimpleIntegerList/SimpleIntegerList.pde#L53

Same goes with ClassList example: https://github.com/ivanseidel/LinkedList/blob/master/examples/ClassList/ClassList.pde#L78

ivanseidel commented 8 years ago

Well noted! Can you please create a Pull-request?