jeroendoggen / Arduino-serial-messaging

Library to exchange short messages (sensordata, commands) between an Arduino and a software application running on a PC. (Linux, embedded Linux, Windows, OS X)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Arduino code

jeroendoggen opened this issue · comments

Replace "serialPacket" (and similar stings) with "serialMessage()"
(in all .cpp, .h and .ino files)

More info in: d1e343c (in "refactoring" branch)