|
Shield Code 6.0
|
Header file for the Pip library for Dartmouth's 317 Lab. More...


Go to the source code of this file.
Classes | |
| class | Pip |
| Manages the Pip sensor sweep and associated data. More... | |
Macros | |
| #define | SWEEP_DEFAULT_DELAY 1000 |
| #define | SWEEP_DEFAULT_AVG_NUM 25 |
| #define | SWEEP_DEFAULT_SAMPLES 28 |
| #define | SWEEP_DEFAULT_MIN 0 |
| #define | SWEEP_DEFAULT_MAX 4095 |
| #define | SWEEP_MAX_SAMPLES 256 |
| #define | DEFAULT_ADC_CHANNEL 0; |
| #define | DAC_PIN DAC0 |
Header file for the Pip library for Dartmouth's 317 Lab.
This library manages the voltage sweep on the PIP sensors using the Arduino Due's onboard DAC. It is basically a vastly simplified version of the Pip, DAC, and Max1147 libraries in the Isinglass/Apophis shield code. Written by Max Roberts in 2015. We are able to use this simplified version because of how nice the Due is :)
Definition in file Pip.hpp.