Hey. I wanted to connect the Axoloti, Hohum Axoctrl, and Arduino Nano together via I2C.
My whole plan is to connect a bunch of RGB LEDs to the Arduino Nano, put the LEDs & Arduino Nano inside the Axoctrl, and finally using the Axoloti to control the LEDs.
Right now my first step is to figure out how to make the Axoloti & Arduino Nano communicate.
I'm aware that the Axoloti has GPIO ports that allows for controlling LEDs, but with the Axoctrl on top of the Axoloti, I2C seems like the best way to make the Axoloti communicate with the Nano.
I've read alot of forum posts on here about i2c. I'm fine with graphical patching but not line-by-line coding, so I don't understand how to build a custom i2c object. There's also a few posts that pointed to an i2c driver by chibios. What is that and how do I use it to make an i2c object?