Raharja Agie / Mbed 2 deprecated Controller

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers setup.h Source File

setup.h

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