Re: euphoria to arduino
- Posted by ArthurCrump Jan 09, 2012
- 2371 views
The parameter lpWBuf is probably a pointer to the string, as in the raw C function.
Try
return c_func(sio_write_,{port,allocate_string(your_string,1),5})
Arthur
The parameter lpWBuf is probably a pointer to the string, as in the raw C function.
Try
return c_func(sio_write_,{port,allocate_string(your_string,1),5})
Arthur