k8055m_init -- Library initialization
k8055-pic18f access library
#include "k8055m.h" int k8055m_init(void);
Initializes platform dependant objects like USB communication. Should be called once per process before calling any other k8055m function.
Returns 0 on success, -1 on error.