This is arduino code for the MAX1415 ADC Chip. It allows for simply interfacing with that chip.
Include the header file
const int ChipSelect = 53;
const int DataReady = 2;
ChipSetup(ChipSelect, DataReady);volt = GetReading();| Name | Name | Last commit date | ||
|---|---|---|---|---|