mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
0.4.2 MCP23017_RT
This commit is contained in:
parent
875a39cd2d
commit
540040056c
@ -6,13 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
## [0.4.2] 2023-11-13
|
||||
- fix readme.md badge platformIO
|
||||
|
||||
|
||||
## [0.4.1] 2023-09-23
|
||||
- add Wire1 support for ESP32
|
||||
- update readme.md
|
||||
- add CMakeLists.txt - See #8 mcp23008
|
||||
- fix keywords.txt
|
||||
|
||||
|
||||
## [0.4.0] - 2023-02-04
|
||||
- breaking REV D chips => new release
|
||||
- no change in code compared to 0.3.3
|
||||
|
@ -1,7 +1,7 @@
|
||||
//
|
||||
// FILE: MCP23017.cpp
|
||||
// AUTHOR: Rob Tillaart
|
||||
// VERSION: 0.4.1
|
||||
// VERSION: 0.4.2
|
||||
// PURPOSE: Arduino library for I2C MCP23017 16 channel port expander
|
||||
// DATE: 2019-10-12
|
||||
// URL: https://github.com/RobTillaart/MCP23017_RT
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// FILE: MCP23017.h
|
||||
// AUTHOR: Rob Tillaart
|
||||
// VERSION: 0.4.1
|
||||
// VERSION: 0.4.2
|
||||
// PURPOSE: Arduino library for I2C MCP23017 16 channel port expander
|
||||
// DATE: 2019-10-12
|
||||
// URL: https://github.com/RobTillaart/MCP23017_RT
|
||||
@ -14,7 +14,7 @@
|
||||
#include "Wire.h"
|
||||
|
||||
|
||||
#define MCP23017_LIB_VERSION (F("0.4.1"))
|
||||
#define MCP23017_LIB_VERSION (F("0.4.2"))
|
||||
|
||||
#define MCP23017_OK 0x00
|
||||
#define MCP23017_PIN_ERROR 0x81
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/MCP23017_RT/blob/master/LICENSE)
|
||||
[![GitHub release](https://img.shields.io/github/release/RobTillaart/MCP23017_RT.svg?maxAge=3600)](https://github.com/RobTillaart/MCP23017_RT/releases)
|
||||
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/robtillaart/library/MCP23017_RT.svg)](https://registry.platformio.org/libraries/robtillaart/MCP23017_RT)
|
||||
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/robtillaart/library/MCP23017.svg)](https://registry.platformio.org/libraries/robtillaart/MCP23017)
|
||||
|
||||
|
||||
# MCP23017_RT
|
||||
@ -138,13 +138,11 @@ Reading it will reset the flag to **MCP23017_OK**.
|
||||
- Improve and extend documentation
|
||||
- add examples
|
||||
|
||||
|
||||
#### Should
|
||||
|
||||
- extend error codes
|
||||
- optimize code - squeeze footprint
|
||||
- investigate if REV D chips can be detected.
|
||||
- add keywords.txt
|
||||
|
||||
#### Could
|
||||
|
||||
@ -152,7 +150,6 @@ Reading it will reset the flag to **MCP23017_OK**.
|
||||
- depends on input output pull-up etc
|
||||
- investigate auto address increment
|
||||
|
||||
|
||||
#### Wont
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/RobTillaart/MCP23017_RT.git"
|
||||
},
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"license": "MIT",
|
||||
"frameworks": "*",
|
||||
"platforms": "*",
|
||||
|
@ -1,5 +1,5 @@
|
||||
name=MCP23017_RT
|
||||
version=0.4.1
|
||||
version=0.4.2
|
||||
author=Rob Tillaart <rob.tillaart@gmail.com>
|
||||
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
|
||||
sentence=Arduino library for I2C MCP23017 16 channel port expander 16 IO-lines
|
||||
|
Loading…
x
Reference in New Issue
Block a user