1
0
mirror of https://github.com/esp8266/Arduino.git synced 2026-01-06 05:22:30 +03:00

Wire library with i2c master support

This commit is contained in:
Ivan Grokhotkov
2014-12-09 10:11:42 +03:00
parent d754597ec3
commit 2521c1e907
9 changed files with 1433 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
name=Wire
version=1.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For all Arduino boards, BUT Arduino DUE.
paragraph=
url=http://arduino.cc/en/Reference/Wire
architectures=esp8266