|
REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
base.h File Reference
#include <array>#include <cstdint>#include <ArduinoJson.h>
Include dependency graph for base.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | daq::DAQConfig |
| Data acquisition configuration. More... | |
Namespaces | |
| namespace | daq |
| Routines for data acquisition (DAQ) using the internal analog-to-digital converters (ADC). | |
Typedefs | |
| typedef std::array< float, NUM_CHANNELS > | daq::data_vec_t |
| Type definition for a float data vector. | |
Variables | |
| constexpr uint8_t | daq::NUM_CHANNELS = 8 |
| Number of channels available in the daq system. | |
| constexpr unsigned int | daq::DEFAULT_SAMPLE_RATE = 400'000 |
| Default sample rate. | |