test program to power up two MAX11410 ADCs and check the inputs of ADC1. Uses MAX11410 library.

Dependencies:   mbed MAX11410

Fork of MAX11410-test by Dan Allen

Revisions of main.cpp

Revision Date Message Actions
17:f051190b4bff 2019-03-21 updated to use fixed running average of 10 samples--best compromise of noise and lag. File  Diff  Annotate
16:d25147dfdd5c 2019-03-18 added FIR filter option and moving average (FIR) filter. Select get_avgs() or fir(). Use Iowa Hills SW to design FIR filter coeficients. Changed USB printing to single line for all 10 channels. File  Diff  Annotate
15:3cd408f99547 2019-02-23 updated filter to moving avg. Set with num_avgs. File  Diff  Annotate
14:87e9a40d39e7 2019-02-23 commented out filterdiv File  Diff  Annotate
13:02c28a5a26c0 2019-02-23 compiles File  Diff  Annotate
12:75efd1e2314c 2019-02-23 put in running average instead of IIR filter File  Diff  Annotate
11:1050ffc0e9ef 2018-03-22 made ADCs simultaneous added IIR filter got rid of PC prints File  Diff  Annotate
10:5f22ca6eb6cd 2018-03-16 latest test; File  Diff  Annotate
9:5d9509c15e8a 2018-03-16 Changed to include all of the bytes of the data in the checksum, not just the LSB. I think this is the version. File  Diff  Annotate
8:882a6cdb1bf3 2018-02-06 Changed checksum to include all of the bytes of data instead of just the LSB of each channel. Checksum also includes the start bits of 0x66 and 0x01. File  Diff  Annotate
7:5295cbdb123c 2018-01-27 working version reading 2 ADCs and printing data as bytes over serial then checking what was written File  Diff  Annotate
6:c3db4eff9170 2018-01-10 added serial prints File  Diff  Annotate
5:d7b803aa9079 2018-01-05 working version; File  Diff  Annotate
4:c194858fe0c6 2016-11-18 Updated comments and added 8 bit address for use with I2C read and write commands. File  Diff  Annotate
3:42120705a9bd 2016-11-11 Added comment to assist in troubleshooting. File  Diff  Annotate
2:39ba9beabf3c 2016-11-09 Changed I2C scanner to behave like the Arduino I2C scanner. Also, made it ignore address 0. File  Diff  Annotate
1:1cdd12a4efb2 2016-10-10 Bitshifted address to the right to print appropriate address. File  Diff  Annotate
0:4f78cdfc99de 2009-09-03 (none) File  Diff  Annotate