esp8266/Arduino

Implement Wire::end()

開放

#2,884 建立於 2017年1月19日

 (6 則留言) (0 個反應) (1 位負責人)C++ (13,342 個分叉)batch import
component: librarieshelp wantedtype: enhancement

倉庫指標

星標
 (15,728 顆星)
PR 合併指標
 (30 天內沒有已合併 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

貢獻者指南