21 lines
368 B
C
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 |