For context: The code is to control a servo motor through an RC controller (Brand: Radiomaster Boxer), however i got an error while compiling in Arduino IDE
Error is : 'SbusRx does not name a type'
Here's the code:
#include "sbus.h"
#include...
Im kinda new to Teensy, so if any terms were wrongly used, pls pardon me. Basically, i need to program a code to read the readings from the receiver but it uses ELRS protocol, ive googled around, and people said Arduino is not rlly used to code...