esp8266/Arduino

Implement Wire::end()

Open

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

在 GitHub 查看
 (6 留言) (0 反應) (1 負責人)C++ (15,728 star) (13,342 fork)batch import
component: librarieshelp wantedtype: enhancement

描述

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

貢獻者指南

Implement Wire::end() · esp8266/Arduino#2884 | Good First Issue