-
Notifications
You must be signed in to change notification settings - Fork 138
Error codes
Prajwal Bhattaram edited this page Mar 7, 2018
·
3 revisions
The following error codes are defined in defines.h
#define SUCCESS 0x00
#define CALLBEGIN 0x01
#define UNKNOWNCHIP 0x02
#define UNKNOWNCAP 0x03
#define CHIPBUSY 0x04
#define OUTOFBOUNDS 0x05
#define CANTENWRITE 0x06
#define PREVWRITTEN 0x07
#define LOWRAM 0x08
#define SYSSUSPEND 0x09
#define ERRORCHKFAIL 0x0A
#define NORESPONSE 0x0B
#define UNSUPPORTEDFUNC 0x0C
#define UNABLETO4BYTE 0x0D
#define UNABLETO3BYTE 0x0E
#define CHIPISPOWEREDDOWN 0x0F
#define UNKNOWNERROR 0xFE
SPIFlash Library for Arduino
© Prajwal Bhattaram under the GNU GPLv3 License
Wiki status: Up to date: 08.03.2018