Skip to content

mydeveloperday/arduino-toolbox

 
 

Repository files navigation

arduino-toolbox

Branch CI Coverage
master Build Status Coverage Status

Simple RingBuffer<Size, Type> class with a specialization for StringBuffer<Size>

Class helper for async communication over HardwareSerial, SoftwareSerial or any object exposing read, write, available methods.

A class for communicating with a GSM/GPRS modem like the popular SIM900 used in many Arduino and Seeeduino shield.

Tests

All toolboxs are unit-tested using GTest and GMock frameworks.

About

helper classes for arduino dev. Tested with GTest+GMock.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.5%
  • C 14.4%
  • CMake 6.1%