This library reads the channels of the MCP3302 and MCP3304 ADC convertors. The devices have 4 or 8 channels, 13 bit and communicates with SPI. The library supports both hardware SPI and software SPI.
LibArena is a small and efficient C library for memory management using the arena allocation pattern. It is designed to simplify memory tracking, prevent common errors like memory leaks, and provide ...