-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b90489a
commit 231533c
Showing
10 changed files
with
94 additions
and
48 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
GPIO used in testing for I2C | ||
-------------------------------------- | ||
|
||
UNO/NANO I2C | ||
|
||
1. A4 SDA | ||
2. A5 SCLK | ||
|
||
ESP8266 HARDWARE I2C | ||
|
||
3. D1 GPIO5 20 SCK | ||
4. D2 GPIO4 19 SDA | ||
|
||
ESP32 HARDWARE I2C | ||
|
||
5. D22 GPIO22 SCK | ||
6. D21 GPIO21 SDA | ||
|
||
STM32 STM32F103C8T6 "blue pill" I2C | ||
|
||
| Pin Name | Pin | Arduino Pin | PCB Label | Func | I2C Channel | | ||
| -- | -- | -- | -- | -- | -- | | ||
| PB6 | 42 | 22 | B6 | SCK | I2C1 | | ||
| PB7 | 43 | 23 | B7 | SDA | I2C1 | | ||
| PB10 | 21 | 26 | B10 | SCK | I2C2 | | ||
| PB11 | 22 | 27 | B11 | SDA | I2C2 | | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=HD44780_LCD_PCF8574 | ||
version=1.1.0 | ||
version=1.2.0 | ||
author=Gavin Lyons <[email protected]> | ||
maintainer=Gavin Lyons <[email protected]> | ||
sentence=Library to Support the HD44780 LCD I2C driven by the PCF8574 controller | ||
|
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
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