wrapping C functions
- Posted by rkdavis Feb 21, 2013
- 1535 views
It's been many a year since I wrapped any libraries for use with euphoria and i've forgotten anything i knew and i'm trying to wrap the raspberry pi wiringPi library and hit two functions that i can't for the life of me remember how to handle. I've done everything else just those two remain
int wiringPiSPIDataRW (int channel, unsigned char *data, int len) ;
&
extern void serialPrintf (int fd, char *message, ...) ;
please can someone put me out of my misery?