sifax debug

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 
00002 #include "mbed.h"
00003 #include "Man_Barre.h"
00004 
00005 
00006 int main() {
00007 
00008 Init_GPIO ( );
00009 
00010 while(1) {
00011     
00012    if (button)
00013    
00014    {    
00015    Barre (  );
00016    wait(0.2);  
00017         } 
00018         
00019  }
00020 
00021     
00022     
00023 }