awgrover / I2Cwrapper

Generic modular framework for Arduino I2C target devices with support for AVR-based Arduinos, ESP8266, and ESP32
GNU General Public License v2.0
0 stars 0 forks source link

SAMD fixes (PinI2C) #2

Open awgrover opened 2 years ago

awgrover commented 2 years ago

Changes to enable samd. So far, tested with:

controller: adafruit metro express (m0)
target: adafruit itsybitsy m0
examples/Pin_control
edited firmware/firmware_modules.h to include PinI2C_firmware.h
dPinOut = 13
dPinIn = 12
aPinOut = 3
aPinIn = 14 // A0

Switch and potentiometer worked.

I intend on testing a M4 soon, and trying to figure out reset()