An utility library for Arduino/Wiring.
Distributed using Boost license. See LICENSE_1_0.txt
- Array helper functions. See util/Array.h
- Bit manipulation functions. See util/bitfield.h
- I/O related functions. Currently only a fast ADC read function. See util/io.h
- Memory debugging functions. See util/mem_debug.h
- Program space variable helpers. See util/pgm_space.h
- Printing functions. See util/Print.hpp
- Sorting array functions. See util/sort.h
- String helper functions. See util/string.h
- A string buffer class. See util/StringBuffer.h
- A class to parse strings. See util/StringParser.h
- Time utility functions. See util/time.h
Copy this folder to libraries in your sketchbooks.
Include UtilLib.h in your sketch (file .ino) so Arduino includes this library at compilation stage.
- 1.0 Initial version (15 March 2013).
- Create examples/tests for all headers.