sifax debug

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Man_Barre.h Source File

Man_Barre.h

00001 /******************************************************************************/
00002 /* @F_NAME :            Progression_SYS                                           */
00003 /* @F_PURPOSE :       mbed system                                  */
00004 /* @F_CREATED_BY :        Djouama Karim                                                     */
00005 /* @F_CREATION_DATE :      05/11/2015                                                  */
00006 /* @F_LANGUAGE :      C /cpp                                                      */
00007 /* @F_MPROC_TYPE:                                                             */
00008 /*********************************** (C) Copyright 2014 KSYS ***/
00009 
00010 
00011 #ifndef Man_Barre_H
00012 #define Man_Barre_H
00013 
00014 /*______ I N C L U D E - F I L E S ___________________________________________*/
00015 
00016 #include "mbed.h"
00017 
00018 
00019 
00020 DigitalOut  bled1(LED1);
00021 DigitalOut  bled2(LED2);
00022 DigitalOut  bled3(LED3);
00023 DigitalIn  button(p5);
00024 /*______ G L O B A L - D E F I N E S _________________________________________*/
00025 
00026 /*______ G L O B A L - T Y P E S _____________________________________________*/
00027 int compteur =0;
00028 
00029 
00030 void Init_GPIO ( void );
00031 
00032 
00033 
00034 void Barre ( void );
00035 
00036 /*______ G L O B A L - D A T A _______________________________________________*/
00037 
00038 /*______ G L O B A L - M A C R O S ___________________________________________*/
00039 
00040 
00041 
00042 
00043 
00044 #endif   /*DRIVE_Man_Barre_H*/
00045