-->
Page 1 of 1

Request: ShiftIn / ShiftOut

PostPosted: Sun May 03, 2015 4:14 pm
by ReinholdHiller
While fiddeling around with some communication issues, I thought that something like Arduinos ShiftIn/ShiftOut one low Level would be nice. Just to speed things up because LUA is not that fast...

Array = Shiftin(datapin, clockpin, bitorder, requestsze, timeout)

and perhaps

Shiftout(datapin,clockpin,bitorder, Array, bits, clocktime)

or so.

Just to throw it in the round...