Files
-
Projet éco-shell / 5. PCB_Batteries / PCB_Batteries.kicad_pcb
-
Projet éco-shell / 5. PCB_Batteries / PCB_Batteries.kicad_sch
-
Projet éco-shell / 6. PCB_Driver / Controleur_moteur_Shell_Eco_Marathon.kicad_pcb
-
Projet éco-shell / 6. PCB_Driver / Controleur_moteur_Shell_Eco_Marathon.kicad_sch
-
Projet éco-shell / 6. PCB_Driver / fin.kicad_sch
-
Projet éco-shell / 6. PCB_Driver / Suite.kicad_sch
Last update 7 hours 21 min
by
Van der Cuylen Sacha
FilesProjet éco-shell3. Software_ShellDC_Controller_Shell_FINAL | |
---|---|
.. | |
Ecomet_All_ADC_PWM_OPAMP_corrige.X | |
mcc_generated_files | |
motorbench | |
MyConfig.mc3 | |
Test Régu.xlsx | |
lib_ecomet.c | |
lib_ecomet.h | |
main.c |
lib_ecomet.h#ifndef LIB_ECOMET_H #define LIB_ECOMET_H #ifdef __cplusplus extern "C" { #endif void changeDC_Motor(); int consigneCourant(); void changeDC_Motor_Error(int DC_Motor); void changeFreq_Motor(int freq_Motor); void Buzzer_OFF(); void Buzzer_ON(); float measureShunt_1(); float measureShunt_2(); float measureVBUS(); float measureTempMOSFET(); float measureTempPIC(); void init_Ecomet(); #ifdef __cplusplus } #endif #endif /* LIB_ECOMET_H */