Version initiale

Dependencies:   mbed

Fork of Le_Pont_V10116 by SAGNES Christophe

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Version.h Source File

Version.h

00001 //******************************************************************************
00002 //
00003 //  LE PONT 3R
00004 //
00005 //******************************************************************************
00006 #ifndef _VERSION_H_
00007 #define _VERSION_H_
00008 //******************************************************************************
00009 //  Version 10015
00010 //******************************************************************************
00011 //  - Version de base
00012 //******************************************************************************
00013 //
00014 //******************************************************************************
00015 //  Version 10115
00016 //******************************************************************************
00017 //  - Rajout RAZ intégrale de la regulation synchro
00018 //******************************************************************************
00019 //
00020 //******************************************************************************
00021 //  Version 10116
00022 //******************************************************************************
00023 //  - Modif etalonnage de hauteur
00024 //******************************************************************************
00025 //
00026 //******************************************************************************
00027 //  Version 11000
00028 //******************************************************************************
00029 //  - Rajout fichier de config pour etalonnage de hauteur
00030 //******************************************************************************
00031 //
00032 //******************************************************************************
00033 //  Version 11001
00034 //******************************************************************************
00035 //  - Lecture de la position en mode parametrage
00036 //******************************************************************************
00037 //
00038 //
00039 //******************************************************************************
00040 //  Version 11002
00041 //******************************************************************************
00042 //  - Condition d'arret en manuel
00043 //******************************************************************************
00044 //
00045 //
00046 //******************************************************************************
00047 //  Version 11003
00048 //******************************************************************************
00049 //  - 
00050 //******************************************************************************
00051 //
00052 #define VERSION_SOFT    11003
00053 
00054 #endif