mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[RTClib] Remove TinyWireM from depends
This commit is contained in:
@@ -7,4 +7,3 @@ paragraph=Works with DS1307, DS3231, PCF8523, PCF8563 on multiple architectures
|
||||
category=Timing
|
||||
url=https://github.com/adafruit/RTClib
|
||||
architectures=*
|
||||
depends=TinyWireM
|
||||
|
||||
@@ -43,12 +43,7 @@
|
||||
/**************************************************************************/
|
||||
|
||||
#include "RTClib.h"
|
||||
#if defined(__AVR__) && !defined(TWCR) && defined(USICR)
|
||||
#include <TinyWireM.h>
|
||||
#define Wire TinyWireM
|
||||
#else
|
||||
#include <Wire.h>
|
||||
#endif
|
||||
|
||||
#ifdef __AVR__
|
||||
#include <avr/pgmspace.h>
|
||||
|
||||
Reference in New Issue
Block a user