Computer Control (Processing)
#define PROCESSING_REMOTE
#include <espcopter.h>
void setup() {
mainSetup();
setTrimRoll(0);
setTrimPitch(0);
setTrimYaw(0);
}
void loop() {
mainLoop ();
}
Connection:
After the uploading the Processing control code to ESPcopter. Open the wiffi screen and
then connect the ESPcopter
Содержание ESP8266
Страница 1: ...ESPcopter SDK 1 0 0 Beta ...
Страница 13: ......
Страница 17: ...5 Control Joystick 1 6 Control Joystick 2 ...
Страница 18: ...7 Auto Flight Route Control Part 8 Auto Flight Route Simulation ...