Skip to content

Instantly share code, notes, and snippets.

View myjr52's full-sized avatar

Jongrae.K myjr52

View GitHub Profile
@myjr52
myjr52 / yaw_manoeuvre.ino
Last active July 6, 2016 15:46
CoDrone yaw manoeuvre
#include <CoDrone.h>
int init_yaw;
int cmd_yaw;
int err_yaw;
void setup()
{
CoDrone.begin(115200);
CoDrone.AutoConnect(NearbyDrone);