[RTClib] Remove TinyWireM from depends

This commit is contained in:
TD-er
2021-07-20 00:01:02 +02:00
parent e9c5389446
commit 3e74fde010
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -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
-5
View File
@@ -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>