Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 864 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 864 Bytes

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.