DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
Functions
featureline1.hpp File Reference
#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"
Include dependency graph for featureline1.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ gt_loop()

void gt_loop ( )

Loop function that processes the updates from the counters.

◆ gt_setup()

void gt_setup ( )

Setup function for Initalization and setup.

◆ isr_fn()

void isr_fn ( )

ISR function used for processing counter values.

◆ serial_out()

void serial_out ( )
inline

Outputs the data struct to the serial buffer.