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

Changes

RevisionDateWhoCommit message
17:f051190b4bff 2019-03-21 laserdad updated to use fixed running average of 10 samples--best compromise of noise and lag. default tip
16:d25147dfdd5c 2019-03-18 laserdad 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.
15:3cd408f99547 2019-02-23 laserdad updated filter to moving avg. Set with num_avgs.
14:87e9a40d39e7 2019-02-23 laserdad commented out filterdiv
13:02c28a5a26c0 2019-02-23 laserdad compiles
12:75efd1e2314c 2019-02-23 laserdad put in running average instead of IIR filter
11:1050ffc0e9ef 2018-03-22 laserdad made ADCs simultaneous added IIR filter got rid of PC prints
10:5f22ca6eb6cd 2018-03-16 laserdad latest test;
9:5d9509c15e8a 2018-03-16 shawjo Changed to include all of the bytes of the data in the checksum, not just the LSB. I think this is the version.
8:882a6cdb1bf3 2018-02-06 shawjo 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.
7:5295cbdb123c 2018-01-27 laserdad working version reading 2 ADCs and printing data as bytes over serial then checking what was written
6:c3db4eff9170 2018-01-10 laserdad added serial prints
5:d7b803aa9079 2018-01-05 laserdad working version;
4:c194858fe0c6 2016-11-18 smartsystemdesign Updated comments and added 8 bit address for use with I2C read and write commands.
3:42120705a9bd 2016-11-11 smartsystemdesign Added comment to assist in troubleshooting.
2:39ba9beabf3c 2016-11-09 smartsystemdesign Changed I2C scanner to behave like the Arduino I2C scanner. Also, made it ignore address 0.
1:1cdd12a4efb2 2016-10-10 smartsystemdesign Bitshifted address to the right to print appropriate address.
0:4f78cdfc99de 2009-09-03 simon (none)