With Libraries

Dependencies:   btbee m3pi_ng mbed FatFileSystem MSCFileSystem

main.cpp

Committer:
bbabbs
Date:
2015-05-18
Revision:
0:17669460c6b1
Child:
1:42bba20ee253

File content as of revision 0:17669460c6b1:

#include "mbed.h"
#include "btbee.h"
#include "m3pi_ng.h"

using namespace std;

int main(){
    
    while(true){
        
        int x =2;   
    
    
    }
    return 0;
}