shithub: purgatorio

ref: 41e27b2d10c6a60c49931332e8677438736a1e36
dir: /appl/demo/lego/rcxsend.m/

View raw version
RcxSend : module {
	init: fn (pnum, dbg : int) : string;
	send : fn (data : array of byte, slen, rlen : int) : array of byte;
};