bolderflight / ublox

Arduino and CMake library for communicating with uBlox GPS receivers.
MIT License
101 stars 32 forks source link

Arduino Uno #15

Closed boris-gu closed 2 years ago

boris-gu commented 2 years ago

Can I use this library for Arduino Uno?

When compiling my sketch, the error cstddef: No such file or directory appears

flybrianfly commented 2 years ago

No, from the installation instructions, this library does not support AVR processors.

boris-gu commented 2 years ago

What about ESP32?
I'm sorry if this is a stupid question, I just started working with microcontrollers.

flybrianfly commented 2 years ago

Should likely work, I think ESP32 is an ARM processor.