Page 1 of 1

Can AVR C libraries be used on Red Pitaya?

Posted: Tue Mar 16, 2021 2:05 am
by earlforeal
I have found some C files for using a DS3231 RTC, and they include

Code: Select all

#include <avr/io.h>
Can C code using these libraries execute on the Red Pitaya?

Re: Can AVR C libraries be used on Red Pitaya?

Posted: Thu Jun 17, 2021 1:09 pm
by kasaudio
For DS3231 all you need is plain i2c communication. No special avr stuff..