This lib wants to give a quick shot on differences for usage of SRF 02 and 08 atm. You can easily use it like in the example
Get more information at Arduino site
- An Arduino board
- An SRF sensor
- Wire library (include in the Arduino Software)
Board | I2C / TWI pins |
---|---|
Uno, Ethernet | A4 (SDA), A5 (SCL) |
Mega2560 | 20 (SDA), 21 (SCL) |
Leonardo | 2 (SDA), 3 (SCL) |
Due | 20 (SDA), 21 (SCL), SDA1, SCL1 |
Project licensed under the MIT License.