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

贡献者指南