bolderflight / sbus

Arduino and CMake library for communicating with SBUS receivers and servos.
MIT License
373 stars 132 forks source link

Arduino compatible... #44

Closed farmaceuta777 closed 3 years ago

farmaceuta777 commented 3 years ago

Hello... is this library compatible with Arduino boards (328p)? because I can't add the zip file to the Arduino IDE libraries ... it displays an error.

(sorry ... I'm a beginner ..: - /)

flybrianfly commented 3 years ago

I see the error too, it looks like Arduino doesn't support the STL on AVR boards. I'll need to look into some solutions.

farmaceuta777 commented 3 years ago

Ok thanks for the answer :-) let me know if it will run on Arduino .. greetings! :-)

flybrianfly commented 3 years ago

I updated the library to include support for the Embedded Template Library for AVR boards. If you follow these instructions, it should work now: https://github.com/bolderflight/sbus-arduino#installation