-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
d36fddb
commit 2b97b8d
Showing
5 changed files
with
117 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2013-2020 Rob Tillaart | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,55 @@ | ||
# Release Notes | ||
|
||
MultiSpeedI2CScanner | ||
|
||
## Version | ||
|
||
0.1.11 | ||
|
||
### 0.1.11 2018-07-20 | ||
|
||
+ Fix failing TWBR setting | ||
+ added yield() during scan to improve ESP behavior. | ||
+ added disable interrupts flag | ||
+ refactor / cleanup | ||
|
||
### 0.1.10 2018-04-02 | ||
|
||
+ Fix #152 | ||
+ improved support for ESP32 | ||
+ changed multispeed ranges a bit (option 0 and 9) | ||
+ refactor | ||
+ added experimental high speeds 1000, 3400, 5000 KHz. | ||
|
||
verified on UNO and ESP32, | ||
note the latter one must adjust the pins in the code. | ||
|
||
### 0.1.9 2018-04-02 | ||
|
||
+ '9' command to scan up to 400 KHz only to prevent blocking | ||
+ changed "scan up to 400 KHz" as default at startup | ||
|
||
### 0.1.8 2017-08-03 | ||
|
||
+ DUE support | ||
|
||
### 0.1.7 2017-07-17 | ||
|
||
+ TEENSY support - multiple I2C ports | ||
+ '@' command to select I2C Port | ||
+ changed # speeds steps of 100 | ||
|
||
### 0.1.6 2015-03-29 | ||
|
||
+ Wire.setClock as more portable way to set I2C clock | ||
|
||
### 0.1.5 2014-07-06 | ||
|
||
+ void setSpeed() - more control about what is scanned | ||
+ void setAddress() - address range | ||
+ extended help | ||
|
||
### older versions not documented | ||
|
||
|
||
// END OF FILE |
This file was deleted.
Oops, something went wrong.