Skip to content

Latest commit

History

History
30 lines (24 loc) 路 939 Bytes

README.md

File metadata and controls

30 lines (24 loc) 路 939 Bytes

Arduino library for SRF0X

Latest Release Build for Arduino

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

Requirements

  • An Arduino board
  • An SRF sensor
  • Wire library (include in the Arduino Software)

Assemblage

schema

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

License

Project licensed under the MIT License.