forked from espressif/arduino-esp32
Set Wire to use the pins defined in pins_arduino.h
thanks @ladyada
This commit is contained in:
@ -29,8 +29,6 @@
|
||||
#include "freertos/queue.h"
|
||||
|
||||
#define I2C_BUFFER_LENGTH 128
|
||||
#define I2C0_DEFAULT_SDA_PIN 21
|
||||
#define I2C0_DEFAULT_SCL_PIN 22
|
||||
|
||||
class TwoWire
|
||||
{
|
||||
|
Reference in New Issue
Block a user