1
0
forked from me/IronOS
Files
IronOS/source/Core/Threads/OperatingModes/OperatingModes.cpp
Thomas White 9802a622d5 Track and return Operating Mode with BLE (#1553)
Track and return Operating Mode with BLE
2023-02-04 09:33:43 +11:00

8 lines
152 B
C++

//
// Created by Thomas White on 3/02/2023.
//
#include "OperatingModes.h"
// Global variables
OperatingMode currentMode = OperatingMode::idle;