PC side Elisa-3 library
|
00001 #include <stdio.h> 00002 00003 static int find_nrf_device(void); 00004 00005 int usb_send(char* data, int nbytes); 00006 00007 int usb_receive(char* data, int nbytes); 00008 00009 int openCommunication(); 00010 00011 void closeCommunication(); 00012 00013