PEE30_belasting/src/global.h
Mats van Reenen dca0fe9bcb masive update
2020-12-29 21:41:15 +01:00

19 lines
218 B
C

#ifndef GLOBALS_H
#define GLOBALS_H
#include "ti_drivers_config.h"
enum {
SLEEP,
INIT,
MPPT_READY,
NOODSTOP_READY,
ALL_READY,
WORKING,
OVERHEAD,
OVERLOAD,
OVERSPEED,
EXT_NOODSTOP
} Status;
#endif