Skip to content

ladderlogix/MAX1415

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

MAX1415

This is arduino code for the MAX1415 ADC Chip. It allows for simply interfacing with that chip.

Chip/Code setup

Include the header file

const int ChipSelect = 53;
const int DataReady = 2;

ChipSetup(ChipSelect, DataReady);

Reading the value

volt = GetReading();

About

Arduino library for the ADC chip MAX1415

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages