mutr:110: error: 'UDADDR' was not declared in this scope
while (UDADDR & _BV(ADDEN)) //Plugged into computer
mutr:158: error: 'gps_fix' was not declared in this scope
gps_fix fix;
Thank you!
Hello, some errors encountered.
mutr:110: error: 'UDADDR' was not declared in this scope
while (UDADDR & _BV(ADDEN)) //Plugged into computer
mutr:158: error: 'gps_fix' was not declared in this scope
gps_fix fix;
Thank you!
Do you have the relevant libraries installed? Are you using a board with an Atmega32u4?
This software is designed to be used with a specific board. Although it technically would work with a compatible Arduino board, I'd probably recommend against it.
Thank you for your interest!
Do you have the relevant libraries installed? Are you using a board with an Atmega32u4?
This software is designed to be used with a specific board. Although it technically would work with a compatible Arduino board, I'd probably recommend against it.
Hello, some errors encountered.
mutr:110: error: 'UDADDR' was not declared in this scope
while (UDADDR & _BV(ADDEN)) //Plugged into computer
mutr:158: error: 'gps_fix' was not declared in this scope
Thank you!
Thank you for your interest!
Do you have the relevant libraries installed? Are you using a board with an Atmega32u4?
This software is designed to be used with a specific board. Although it technically would work with a compatible Arduino board, I'd probably recommend against it.