k8055m_last_error -- Return last error description
k8055-pic18f access library
#include "k8055m.h" char * k8055m_last_error(void);
Returns a string describing the reason for the last error, that occured during any other library function call.
The return value is a pointer to static memory. It is the caller's responsibility to copy or use this data before any subsequent calls to k8055m functions.