Created
April 4, 2022 07:15
-
-
Save podstawek/90198102f2c73eb0151ba68eba5612ef to your computer and use it in GitHub Desktop.
6522 control code, pulse train shape fragment only
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// send a pattern to Shift Register (e.g. 01100101) | |
digitalWrite(D7, LOW); | |
digitalWrite(D6, HIGH); | |
digitalWrite(D5, HIGH); | |
digitalWrite(D4, LOW); | |
digitalWrite(D3, LOW); | |
digitalWrite(D2, HIGH); | |
digitalWrite(D1, LOW); | |
digitalWrite(D0, HIGH); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment