DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
pseudoSerial.hpp
Go to the documentation of this file.
1#pragma once
2#ifdef CORR_SIMULATOR
3 #include <sstream>
4
5 extern std::stringstream Serial;
6#endif