2020-07-20 15:24:58 -04:00
|
|
|
# Release Notes
|
|
|
|
|
|
|
|
MultiSpeedI2CScanner
|
|
|
|
|
|
|
|
## Version
|
|
|
|
|
2021-01-29 06:31:58 -05:00
|
|
|
0.1.13
|
|
|
|
|
|
|
|
### 0.1.13 2020-12-12
|
|
|
|
|
|
|
|
Add arduino-ci build process.
|
|
|
|
Added a dummy examples folder with the same .ino source.
|
|
|
|
This shows that the sketch compiles well.
|
|
|
|
|
|
|
|
### 0.1.12 2020-12-12
|
|
|
|
|
|
|
|
FIx #4, default address range = 08...119 (0-7 and 120-127 are special)
|
2020-07-20 15:24:58 -04:00
|
|
|
|
|
|
|
### 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
|