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)
GNU General Public License v2.0
78 stars 27 forks source link

Refactor Arduino code #7

Open jeroendoggen opened 10 years ago

jeroendoggen commented 10 years ago

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

jeroendoggen commented 10 years ago

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