|
DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
|


Go to the source code of this file.
Classes | |
| class | Errors |
Macros | |
| #define | PIT_CHANNEL_IN_USE 2 |
| #define | TEENSY_MAX_ALLOCATION 125000 |
This file contain the Common Error Codes for Software-Hardware Interface. It defines the Error_t and namespace Errors that are used to handle the errors and interact with the LED dashboard. More... | |
Enumerations | |
| enum class | Error_t { Success = 0 , Counter_Overflow , Counter_Underflow , Precision , Input_Validation , Generic_Error } |
| Enumarates the error codes thrown by the different modules. More... | |
| #define PIT_CHANNEL_IN_USE 2 |
| #define TEENSY_MAX_ALLOCATION 125000 |
This file contain the Common Error Codes for Software-Hardware Interface. It defines the Error_t and namespace Errors that are used to handle the errors and interact with the LED dashboard.
|
strong |
Enumarates the error codes thrown by the different modules.