项目作者: chromhelm

项目描述 :
i2c tools for Arduino
高级语言: Arduino
项目地址: git://github.com/chromhelm/arduino-i2c_tools.git
创建时间: 2014-11-24T22:47:41Z
项目社区:https://github.com/chromhelm/arduino-i2c_tools

开源协议:

下载


Android I2C dev tools

I statet with I2C bus scan utility for Arduino based upon i2c_scanner from:
http://playground.arduino.cc/Main/I2cScanner

This utility is meant to replicate the basic functionality of the
Linux i2c tools (familiar to Raspberry Pi users, etc.)

I took some ideas from https://github.com/MartyMacGyver/Arduino_I2C_Scanner

In the momend it can

  • detect devices
  • dump
  • get regester
  • set register
    It only work’s with 8-bit data and 7-bit addresses.

If you have trouble to get it working on a non arduino brand board, maybe you have to remove some pull up resistors.