Subversion Repositories EDIS_Ignition

Rev

Rev 11 | Rev 16 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 15
Line 57... Line 57...
57
void HAL_TIM_MspPostInit(TIM_HandleTypeDef *htim);
57
void HAL_TIM_MspPostInit(TIM_HandleTypeDef *htim);
58
 
58
 
59
/* Exported functions prototypes ---------------------------------------------*/
59
/* Exported functions prototypes ---------------------------------------------*/
60
void Error_Handler(void);
60
void Error_Handler(void);
61
 
61
 
-
 
62
   // code required to use libPlx/commsLib.h
-
 
63
 
-
 
64
    extern void libPLXcallbackResetSerialTimeout();
-
 
65
 
-
 
66
    extern void libPLXcallbackSendUserData();
-
 
67
 
-
 
68
 
62
/* USER CODE BEGIN EFP */
69
/* USER CODE BEGIN EFP */
63
void triggerSAW(); // Generate a SAW pulse 
70
void triggerSAW(); // Generate a SAW pulse 
64
 
71
 
65
// trigger watchdog
72
// trigger watchdog
66
void watchdogWrite();
73
void watchdogWrite();