MCUdude / MiniCore

Arduino hardware package for ATmega8, ATmega48, ATmega88, ATmega168, ATmega328 and ATmega328PB
Other
1k stars 246 forks source link

Programming question with Minicore #278

Closed MaxESP closed 1 year ago

MaxESP commented 1 year ago

Hello All,

I project to make an battery pack monitor and want to be has small as possible with atmega168 or 48

Do standard arduino library for i2c for asd1115 and lcd will work or i need to adapt them

thanks a lot

MCUdude commented 1 year ago

The Wire library is just like the one used for ATmega328P. However, I don't know the ASD1115 library, so I can't tell whether this works or not. I suggest you install MiniCore and try to compile a library example.

MaxESP commented 1 year ago

Thank you very much i will try?

MCUdude commented 1 year ago

i will try?

Please do!