Raharja Agie / Mbed 2 deprecated FlightController

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Set_up.h Source File

Set_up.h

00001 
00002 Serial pc(USBTX, USBRX);
00003 Serial ahrs(p28, p27);
00004 Serial radio(p13, p14);
00005 Ticker SendData;
00006 Ticker Proccess;
00007 DigitalOut myled(LED1);
00008 
00009 void setup(){
00010     pc.baud(115200);
00011     radio.baud(115200);
00012     ahrs.baud(115200);
00013 }
00014