NAME

k8055m_init -- Library initialization

LIBRARY

k8055-pic18f access library

SYNOPSIS

#include "k8055m.h"

int
k8055m_init(void);
    

DESCRIPTION

Initializes platform dependant objects like USB communication. Should be called once per process before calling any other k8055m function.

RETURN VALUES

Returns 0 on success, -1 on error.