Test carte

main.cpp

Committer:
fabienlepoutre
Date:
2012-02-05
Revision:
1:c7eef0f145fc
Parent:
0:5d57f03fdcca

File content as of revision 1:c7eef0f145fc:

#include "mbed.h"
#include <LibTest.h>

 
int main() {
    int choix;
    choix = i_IntroTest();
    
    switch(choix){
        case 1 : v_TestCAN_CNA();
                break;

    }

}