-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the SDA SCL type #58 and add basic support for SAMD device.
- Loading branch information
Showing
6 changed files
with
37 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "PCF8574 library", | ||
"version": "2.3.2", | ||
"keywords": "digital, i2c, encoder, expander, pcf8574, pcf8574a, esp32, esp8266, stm32, SAMD, Arduino, wire", | ||
"description": "i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.", | ||
"homepage": "https://www.mischianti.org/category/my-libraries/pcf8574/", | ||
"authors": | ||
[ | ||
{ | ||
"name": "Renzo Mischianti", | ||
"email": "[email protected]", | ||
"maintainer": true, | ||
"url": "https://www.mischianti.org" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/xreef/PCF8574_library" | ||
}, | ||
"license": "MIT", | ||
"frameworks": "arduino", | ||
"platforms": "*", | ||
"headers": ["PCF8574.h, PCF8574_library.h"] | ||
} |
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=PCF8574 library | ||
version=2.3.1 | ||
version=2.3.2 | ||
author=Renzo Mischianti <[email protected]> | ||
maintainer=Renzo Mischianti <[email protected]> | ||
sentence=PCF8574, library for Arduino, ESP8266, smt32 and esp32 | ||
|