Skip to content

Add Support for 74HC595 Serial -> Parallel Shift Register#99

Merged
gsexton merged 3 commits intoperiph:mainfrom
gsexton:74hc595
Mar 2, 2025
Merged

Add Support for 74HC595 Serial -> Parallel Shift Register#99
gsexton merged 3 commits intoperiph:mainfrom
gsexton:74hc595

Conversation

@gsexton
Copy link
Contributor

@gsexton gsexton commented Feb 23, 2025

The 74HC595 converts a serial data stream to parallel output on it's data pins. The Adafruit I2C/SPI backpack uses this device for the SPI side of the backpack.

I'll be adding an SPI backpack to the HD44780 LCD display that uses this.

@codecov
Copy link

codecov bot commented Feb 23, 2025

Codecov Report

Attention: Patch coverage is 49.05660% with 54 lines in your changes missing coverage. Please review.

Project coverage is 51.8%. Comparing base (f007d15) to head (b509627).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
nxp74hc595/74hc595.go 51.7% 42 Missing ⚠️
nxp74hc595/pin.go 36.8% 12 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main     #99     +/-   ##
=======================================
- Coverage   51.8%   51.8%   -0.0%     
=======================================
  Files        102     104      +2     
  Lines      13073   13179    +106     
=======================================
+ Hits        6772    6826     +54     
- Misses      6009    6061     +52     
  Partials     292     292             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@maruel maruel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@gsexton gsexton merged commit ea55a05 into periph:main Mar 2, 2025
10 checks passed
@gsexton gsexton deleted the 74hc595 branch March 28, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants