Skip to content

Commit

Permalink
Remove PCA9557
Browse files Browse the repository at this point in the history
Since we are using the PCA9554 instead of PCA9557

- Remove PCA9557 Datasheet
- Update Serial Output Message
  • Loading branch information
bboyho committed Nov 21, 2024
1 parent afd0939 commit 21b741d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Example1-ReadButtons/Example1-ReadButtons.ino
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void setup()
// Initialize the PCA9554, default address = 0x20
if (io.begin() == false) //Device Address, Number of GPIO
{
Serial.println("PCA9557 not detected. Please check wiring. Freezing...");
Serial.println("PCA9554 not detected. Please check wiring. Freezing...");
while (1)
;
}
Expand Down
Binary file removed docs/assets/component_documentation/PCA9557.pdf
Binary file not shown.

0 comments on commit 21b741d

Please sign in to comment.