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

Restructure Arduino code #8

Open jeroendoggen opened 10 years ago

jeroendoggen commented 10 years ago

The 'serialPacket" class is too big...

Split up the code with some subclasses, polymorphism,...? (todo: think about a good structure)

Class SerialMessage

jeroendoggen commented 10 years ago

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