Skip to content

RENoMafex/shiftOut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shiftOut

This Repo has code, which overloads the Arduino shiftOut() function, so that it can also shiftOut bigger variables (up to uint64_t aka long long), which would require 4 shift registers.

Also there are overloads for latching/blanking. Just set an latchPin after the dataPin and clockPin.

Also there are overloads for feeding an array of uint8_t, either with or without a latchPin.

The Library compiles flawlessly for all targetplatforms wich can use the Arduino framework.

Examples

See examples folder.