shift register
Dependents: Enrico_newproject_copy Enrico_copy Enrico_copy2 Project_ORBE
Fork of Shifter by
Revision 2:7e9a01a1a84d, committed 2018-05-06
- Comitter:
- billycorgan123
- Date:
- Sun May 06 14:32:23 2018 +0000
- Parent:
- 1:b6a66e7e1947
- Commit message:
- cambio
Changed in this revision
| Shifter.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Shifter.cpp Wed Mar 07 21:10:59 2018 +0000 +++ b/Shifter.cpp Sun May 06 14:32:23 2018 +0000 @@ -4,8 +4,8 @@ #define LOW 0 #define HIGH 1 DigitalOut SER_Pin(D4); //pin 14 su 595 -DigitalOut RCLK_Pin(D3); //pin 1x su 595 -DigitalOut SRCLK_Pin(D2); //pin 1x su 595 +DigitalOut RCLK_Pin(D3); //pin 11 su 595 +DigitalOut SRCLK_Pin(D2); //pin 12 su 595 int Number_of_Registers=2; void Shifter::write()
