Test carte

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include <LibTest.h>
00003 
00004  
00005 int main() {
00006     int choix;
00007     choix = i_IntroTest();
00008     
00009     switch(choix){
00010         case 1 : v_TestCAN_CNA();
00011                 break;
00012 
00013     }
00014 
00015 }