logicanalyzer

24 channel, 100Msps logic analyzer hardware and software

#include "LogicAnalyzer_Board_Settings.h"
#ifdef USE_CYGW_WIFI
    #include "Shared_Buffers.h"
    #include "LogicAnalyzer_Structs.h"
    #include "Event_Machine.h"


    volatile WIFI_SETTINGS wifiSettings;
    EVENT_MACHINE wifiToFrontend;
    EVENT_MACHINE frontendToWifi;
#endif