Skip to main content

Arduino Library/Client API

Posted in

Going to begin on a library to use for Arduino clients to handle communicating with the engine. I'm considering the following:

  • Library would be initialized with either a hardware or software serial object
  • Would operate similar to the perl API, offering high-level methods in place of serial commands
  • Would handle all response collecting, and return expected values
  • i2c support (future)

I'm looking for any suggestions that might aid in development, or features anyone would like to see.

!c