Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
// Will send 0b11111100 to parallel outputs
SER = 0; // 1st bit
SRCK = 1; // clock SRCK
SRCK = 0;
SER = 0; // Bit n°2
SRCK = 1; // clock SRCK
SRCK = 0;
SER = 1; // Bit n°3
SRCK = 1; // clock SRCK
SRCK = 0;
SER = 1; // Bit n°4
SRCK = 1; // clock SRCK
SRCK = 0;
SER = 1; // Bit n°5
SRCK = 1; // clock SRCK
SRCK = 0;
SER = 1; // Bit n°6
SRCK = 1; // clock SRCK
SRCK = 0;
SER = 1; // Bit n°7
SRCK = 1; // clock SRCK
SRCK = 0;
SER = 1; // Bit n°8
SRCK = 1; // clock SRCK
SRCK = 0;
// All serial bits sent, get them on parallel outputs
SER = 0;
RCK = 1; // clock RCK
RCK = 0;