esp8266/Arduino

Implement Wire::end()

オープン

#2,884 opened on 2017/01/19

 (6 件のコメント) (0 件のリアクション) (1 人の担当者)C++ (13,342 件のフォーク)batch import
component: librarieshelp wantedtype: enhancement

Repository metrics

Stars
 (15,728 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Hey Guys awesome work with this project! Is it possible to upgrade/merge the wire.h library? I have some problems with an sensirion i2c sensor. With the new libary everything works fine, but sadly not with the old one.

the problem is in -> Wire\src\utility\twi.c

we have to upgrade these two files:

#include <avr/io.h> #include <avr/interrupt.h>

greets Martin

コントリビューターガイド