/* DIY Arduino based RC Transmitter Project == Receiver Code - ESC and Servo Control == by Dejan Nedelkovski, www.HowToMechatronics.com Library: TMRh20/RF24, https://github.com/tmrh20/RF24/ */#include <SPI.h>#include <nRF24L01.h>#include <RF24.h>#include <Servo.h>RF24radio(10,...
"it's really cool and useful, for whenver you want your MCU to do more than 1 task" -here "I encourage you to use it in the Arduino environment, it allows you to save a lot of time (and code lines) wherever you need to schedule, i.e. run many tasks that should to perform at...