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-1 branch) #3

Open awgrover opened 2 years ago

awgrover commented 2 years ago

Try LED and accelstepper:

Finish

awgrover commented 1 year ago

Compile firmware tests:

modules (all together): AccelStepperI2C_firmware.h ESP32sensorsI2C_firmware.h TM1638liteI2C_firmware.h ServoI2C_firmware.h PinI2C_firmware.h address modules (one at a time) _addressFixed_firmware.h _addressFromFlash_firmware.h _addressFromPins_firmware.h each board

awgrover commented 1 year ago

Compile examples: Adjust_I2Cdelay/ CNCv4_Board_3_Steppers/ ESP32sensors/ Pin_control/ Servo_Sweep/ Stepper_Bounce/ Change_address/ Error_checking/ Interrupt_Endstop/ Stepper_and_Servo_together/ TM1638lite/

Boards (same results as firmware testing):

awgrover commented 1 year ago

Pin digital read/write, pin analog read, accelstepper

Tested:

Controller -> Target

Itsybitsy M0 -> Itsbitsy M4
Itsybitsy M4 -> Itsbitsy M0
Metro M0 -> Itsbitsy M4
Feather M4 -> Itsbitsy M4

Fails (also fails in pre-merge main branch):

awgrover commented 1 year ago

PXL_20220802_190621454