NAME

k8055m_last_error -- Return last error description

LIBRARY

k8055-pic18f access library

SYNOPSIS

#include "k8055m.h"

char *
k8055m_last_error(void);
    

DESCRIPTION

Returns a string describing the reason for the last error, that occured during any other library function call.

RETURN VALUES

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.