SunFounder Thales Kit for Raspberry Pi Pico, Release 1.0
Pins of 74HC595 and their functions:
•
Q0-Q7
: 8-bit parallel data output pins, able to control 8 LEDs or 8 pins of 7-segment display directly.
•
Q7’
: Series output pin, connected to DS of another 74HC595 to connect multiple 74HC595s in series
•
MR
: Reset pin, active at low level;
•
SHcp
: Time sequence input of shift register. On the rising edge, the data in shift register moves successively
one bit, i.e. data in Q1 moves to Q2, and so forth. While on the falling edge, the data in shift register remain
unchanged.
•
STcp
: Time sequence input of storage register. On the rising edge, data in the shift register moves into memory
register.
•
CE
: Output enable pin, active at low level.
•
DS
: Serial data input pin
•
VCC
: Positive supply voltage.
•
GND
: Ground.
Example
2.2. Components Introduction
33
Summary of Contents for Thales Kit
Page 1: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 Jimmy SunFounder Jun 04 2021 ...
Page 2: ......
Page 4: ...ii ...
Page 6: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 2 CONTENTS ...
Page 140: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 136 Chapter 3 For MicroPython User ...
Page 164: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 160 Chapter 4 For Arduino User ...