Timeline for Send numbers to arduino via serial port using python
Current License: CC BY-SA 3.0
5 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Aug 2, 2015 at 23:14 | vote | accept | Diego | ||
Aug 2, 2015 at 22:59 | history | edited | Nick Gammon ♦ | CC BY-SA 3.0 |
Corrected error in explanation.
|
Aug 2, 2015 at 22:58 | comment | added | Nick Gammon♦ |
Ach, you are right. Still, a pointless thing to do in setup . Post amended.
|
|
Aug 2, 2015 at 22:42 | comment | added | James Waldby - jwpat7 |
free(NULL) is ok; per man malloc re void free(void *ptr) , "If ptr is NULL, no operation is performed."
|
|
Aug 2, 2015 at 21:55 | history | answered | Nick Gammon ♦ | CC BY-SA 3.0 |