Skip to content

A simple toolset for serial communication with Arduino

Notifications You must be signed in to change notification settings

Choucroute-melba/arduino-utils

Repository files navigation

Français 🇨🇵

arduino-utils : A little toolset for Serial communication with Arduino

  • CommandLine : A simple class to parse formated commands from a string with the following format : <command name (cmd.name())> -<argument one name> <argument one value (cmd.value({"argument one name"}))> -<argument two name> <argument two value (cmd.value({"argument two name"})> ... -<argument N name> <argument N value(cmd.value({"argument N name"}))>
  • SerialBuffer : A simple way to manage your serial communication.
  • Map and Pair : Create a key-value Pair Map with this tool.

About

A simple toolset for serial communication with Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published