esp8266/Arduino

Implement Wire::end()

Open

#2884 aperta il 19 gen 2017

Vedi su GitHub
 (6 commenti) (0 reazioni) (1 assegnatario)C++ (13.342 fork)batch import
component: librarieshelp wantedtype: enhancement

Metriche repository

Star
 (15.728 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor