

Go to the source code of this file.
Macros | |
| #define | MAX_ADC_CHANNELS 8 |
Functions | |
| void | flash_led (int ntimes, int nms) |
| void | init_encoders (const TFrameCMD_ENCODERS_start_payload_t &cmd) |
| void | process_command (const uint8_t opcode, const uint8_t datalen, const uint8_t *data) |
| void | process_timeouts () |
| void | processADCs () |
| void | processEMS22A () |
| void | processEncoders () |
| void | processIncommingPkts () |
| void | reset_rx_buf () |
| void | send_simple_opcode_frame (const uint8_t op) |
Variables | |
| uint8_t | ADC_active_channels [MAX_ADC_CHANNELS] |
| uint16_t | ADC_sampling_period_ms |
| uint8_t | num_active_ADC_channels |
| #define MAX_ADC_CHANNELS 8 |
Definition at line 55 of file arduinodaq_declarations.h.
Definition at line 80 of file process_command.cpp.
| void init_encoders | ( | const TFrameCMD_ENCODERS_start_payload_t & | cmd | ) |
Definition at line 118 of file process_encoder.cpp.
Definition at line 96 of file process_command.cpp.
| void process_timeouts | ( | ) |
Definition at line 294 of file process_command.cpp.
| void processADCs | ( | ) |
Definition at line 48 of file process_ADCs.cpp.
| void processEMS22A | ( | ) |
Definition at line 89 of file process_EMS22A.cpp.
| void processEncoders | ( | ) |
Definition at line 159 of file process_encoder.cpp.
| void processIncommingPkts | ( | ) |
Definition at line 51 of file serial.cpp.
| void reset_rx_buf | ( | ) |
Definition at line 46 of file serial.cpp.
Definition at line 90 of file process_command.cpp.
| uint8_t ADC_active_channels[MAX_ADC_CHANNELS] |
Definition at line 44 of file process_ADCs.cpp.
| uint16_t ADC_sampling_period_ms |
Definition at line 46 of file process_ADCs.cpp.
| uint8_t num_active_ADC_channels |
Definition at line 43 of file process_ADCs.cpp.