DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
|
#include <imxrt.h>
Go to the source code of this file.
Macros | |
#define | PRREG(x) Serial.print(#x" 0x"); Serial.println(x,HEX) |
Functions | |
void | xbar_connect (unsigned int input, unsigned int output) |
Establishes connection over XBAR1-A, given the input and output xbar pins \reference - https://github.com/manitou48/teensy4/blob/bc8fc46af5065a3f84352e0474069ae7a1a13064/pitxbaradc.ino#L40 \licence - Not specified. More... | |
uint32_t | F_CPU_tick_count () |
float | get_CPU_temp () |
#define PRREG | ( | x | ) | Serial.print(#x" 0x"); Serial.println(x,HEX) |
uint32_t F_CPU_tick_count | ( | ) |
float get_CPU_temp | ( | ) |
void xbar_connect | ( | unsigned int | input, |
unsigned int | output | ||
) |
Establishes connection over XBAR1-A, given the input and output xbar pins \reference - https://github.com/manitou48/teensy4/blob/bc8fc46af5065a3f84352e0474069ae7a1a13064/pitxbaradc.ino#L40 \licence - Not specified.