From the looks of things (had a quick browse) most of it should be alright as long as you are using a similar mcu with RX int enabled ( ISR(USART0_RX_vect) ) the best thing to do is add the .h and .cpp files (rename .cpp to .c) and include in avr studio for the use of uint8_t in the .cpp file try a compile and see how it goes. If it fails there is something small Ive missed that you may have to change or another include etc, shouldn’t be to hard in other words because it will come up as an error which is easy to change. I use avr studio 4 for all my programming, and it should be similar to 6, but Ive used a few of the arduino libraries after small mods, and i mostly use the 328P mcu
↧