Closed NicksonYap closed 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
Well noted! Can you please create a Pull-request?
In the SimpleIntegerList example, add
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