void relay_Init ( void   )

This function sets configures the IO pin connected to the motor relay as an output pin.

Returns:
void

Definition at line 78 of file relay.c.

References FALSE, RELAY_BIT, RELAY_DDR, and relay_Enable().

Referenced by init_InitModules().

{
  RELAY_DDR  |=  (1U << RELAY_BIT);
  
  relay_Enable(FALSE);
} /* End: relay_Init() */

Here is the call graph for this function:

Here is the caller graph for this function: