|
DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
|
#include <Arduino.h>#include <imxrt.h>#include "global.hpp"#include "./../code/software/monitor_channel.hpp"#include "./../code/software/histogram.hpp"#include "./../code/hardware/pins.hpp"#include "./../code/hardware/utilities.hpp"#include "./../code/hardware/ledpanel.hpp"#include "./../code/hardware/errors.hpp"#include "./../code/hardware/pit.hpp"#include "./../code/hardware/qtmr1.hpp"#include "./../code/hardware/perf_counter.hpp"

Go to the source code of this file.
Functions | |
| void | isr_fn () |
| ISR function used for processing counter values. More... | |
| void | serial_out () |
| Outputs the data struct to the serial buffer. More... | |
| void | gt_setup () |
| Setup function for Initalization and setup. More... | |
| void | gt_loop () |
| Loop function that processes the updates from the counters. More... | |
| void gt_loop | ( | ) |
Loop function that processes the updates from the counters.
| void gt_setup | ( | ) |
Setup function for Initalization and setup.
| void isr_fn | ( | ) |
ISR function used for processing counter values.
|
inline |
Outputs the data struct to the serial buffer.