machines/components/pid-controller/firmware/config_adv.h
2024-01-20 15:04:46 +01:00

21 lines
368 B
C

#ifndef CONFIG_ADV_H
#define CONFIG_ADV_H
// Error codes
//
#define E_MSG_OK "Ok"
// common operating failures
#define E_OK 0 //all good
#define E_STUCK 100 //Shredder stuck
// power failures
// sensor failures
////////////////////////////
//
// sub system failures
#endif