Files
dspico-usb-examples/examples/usb-microphone/arm7/source/Arm7State.h
2025-12-20 14:05:09 +01:00

9 lines
113 B
C

#pragma once
/// @brief Enum representing the arm7 state.
enum class Arm7State
{
Idle,
ExitRequested
};