Skip to content

Commit 79528d6

Browse files
committed
README update
1 parent 572d297 commit 79528d6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ An example code is available using test_LM75B class which is included in this li
1717
It performs
1818
1. Scan of I²C bus. Result is shown as a table (executed by `I2C_device::scan()`)
1919
1. temperature reading from LM75B and its compatible device and showing result in every second.
20+
21+
# References
22+
23+
## Related libraries
24+
Library|Feature|Target devices|Required library
25+
---|---|---|---
26+
[GPIO_NXP_Arduino](https://github.com/teddokano/GPIO_NXP_Arduino) |LED driver libraries |PCAL6408A, PCAL6416A, PCAL6524, PCAL6534 |[I2C_device_Arduino](https://github.com/teddokano/I2C_device_Arduino)
27+
[LEDDriver_NXP_Arduino](https://github.com/teddokano/LEDDriver_NXP_Arduino) |LED driver libraries |PCA9955B, PCA9956B, PCA9957 |[I2C_device_Arduino](https://github.com/teddokano/I2C_device_Arduino)
28+
[RTC_NXP_Arduino](https://github.com/teddokano/RTC_NXP_Arduino) |RTC driver libraries |PCF2131, PCF85063A |[I2C_device_Arduino](https://github.com/teddokano/I2C_device_Arduino)
29+
[TempSensor_NXP_Arduino](https://github.com/teddokano/TempSensor_NXP_Arduino) |Temperature sensor libraries |LM75B, PCT2075, P3T1085 |[I2C_device_Arduino](https://github.com/teddokano/I2C_device_Arduino)
30+
[I2C_device_Arduino](https://github.com/teddokano/I2C_device_Arduino) |Base library for I²C operations |none (can be applied as base class for all I²C targets)|---

0 commit comments

Comments
 (0)