shiftpi
shiftpi copied to clipboard
ShiftPi is the easiest way to work with 74HC595 shift registers on your Raspberry Pi in Arduino style :)
I was wanting to look at your schematic. But, the scheme link returns an error. Thanks
Hi Could you please check Github page for the scheme url it is linked to camo.githubusercontent.com/962c8eecbe12708e5f9e0808d02861e0c35c11a0/687474703a2f2f692e706963726573697a652e636f6d2f696d616765732f323031342f30332f31312f784d3236472e6a7067 I was also not able to open the one in the Readme.md i.picresize.com/images/2014/03/11/xM26G.jpg the...
I followed the installation steps as noted but get the following and try to simply print a value in my script. ``` import shiftpi print shiftpi print shiftpi.HIGH ``` results...
I am having an issue attempting to change the default SER, RCLK & SRCLK pins. I changed the value of the aforementioned pins within the shiftpi.py file as follows. Simple...
how can i countdown 4 shift registers 4x7 segment each shift register 1 dsplay?
PISO is essentially the reverse of SIPO used by the 74HC595, it allows you to gather a large number of inputs, like buttons and transmit it serially. This article talks...
This commit allows to set the states of all pins on the register by performing one single call. All pins' states can be included into a list which will be...
how to call second 74HC595 pin? can use 'pin9'?
1)I mean raspberry pi has 8 pins. So at least you could allow to connect two 74hc595 directly to raspberry pi but your library has only 3 predefined numbers. Why?...
Great library for interfacing with Raspberry Pi and the 595 shift Register. I though it would be nice to add some example files.