basic code

Dependencies:   FatFileSystem MSCFileSystem btbee m3pi_ng mbed

Fork of Robot by IESS

Committer:
bbabbs
Date:
Mon May 18 11:55:03 2015 +0000
Revision:
0:17669460c6b1
Child:
1:42bba20ee253
one

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bbabbs 0:17669460c6b1 1 #include "mbed.h"
bbabbs 0:17669460c6b1 2 #include "btbee.h"
bbabbs 0:17669460c6b1 3 #include "m3pi_ng.h"
bbabbs 0:17669460c6b1 4
bbabbs 0:17669460c6b1 5 using namespace std;
bbabbs 0:17669460c6b1 6
bbabbs 0:17669460c6b1 7 int main(){
bbabbs 0:17669460c6b1 8
bbabbs 0:17669460c6b1 9 while(true){
bbabbs 0:17669460c6b1 10
bbabbs 0:17669460c6b1 11 int x =2;
bbabbs 0:17669460c6b1 12
bbabbs 0:17669460c6b1 13
bbabbs 0:17669460c6b1 14 }
bbabbs 0:17669460c6b1 15 return 0;
bbabbs 0:17669460c6b1 16 }