Left for archival purposes.

User avatar
By ReinholdHiller
#16399 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...