bolderflight / sbus

Arduino and CMake library for communicating with SBUS receivers and servos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

std::array error Seeeduino Xiao Arduino IDE

swampd32618 opened this issue · comments

Compiling code with std::array I get the following error:

error: 'array' in namespace 'std' does not name a template type

Please adivise as to how to get around this error. Thanks in advance!

Please use the latest version downloaded directly from github, which does not use std::array.