daniel-thompson / i2c-star

A clone of the i2c-tiny-usb based upon STM32 and libopencm3
GNU General Public License v3.0
124 stars 31 forks source link

UART support? #16

Closed bm16ton closed 2 years ago

bm16ton commented 3 years ago

This is amazing had so much fun with it, im jealous of your skills! . unfortunately im still new and dumb to the programming side of things. I would love for my device to also be a usb2serial device as well as the i2c-star, havent used libopencm3, before I go down the rabbit hole on this figued i would ask what i was getting into. Arduino has libusbcomposite which makes that stuff super easy, any chance your ide has something like that?

mucahitdemir commented 2 years ago

You may need to look at this https://github.com/daniel-thompson/i2c-star

daniel-thompson commented 2 years ago

UART support is in the same category as SPI. See #5 .