Commit 4fda0c47 authored by Clement Remi's avatar Clement Remi
Browse files

Replace SEN0358.h

No related merge requests found
Pipeline #39157 passed with stage
in 1 minute and 49 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -93,7 +93,7 @@ void Get_SEN0358(word *dist, float *Utemp, byte *noise)
}
void Init_SD_SEN0358( int Type_Entete, uint16_t *Type_Capteur, uint16_t *Version_Capteur ) //Fonction d'initialisation de la carte SD
void Init_SD_SEN0358( uint16_t *Type_Capteur, uint16_t *Version_Capteur ) //Fonction d'initialisation de la carte SD
{
SD_File=SD.open("Data.txt", FILE_READ);
......@@ -123,7 +123,7 @@ void Init_SD_SEN0358( int Type_Entete, uint16_t *Type_Capteur, uint16_t *Version
}
void Write_Data_SD_SEN0358 (int Type_Entete, uint16_t *Type_Capteur, uint16_t *Version_Capteur,float*Vofbatt, word*param1,float*param2, byte*param3)
void Write_Data_SD_SEN0358 (uint16_t *Type_Capteur, uint16_t *Version_Capteur,float*Vofbatt, word*param1,float*param2, byte*param3)
{
DS1307_Time = DS1307_RTC.now(); // Mise à l'heure de la RTC DS1307
SD_File=SD.open("Data.txt", FILE_READ);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment