This function sets configures the IO pin connected to the fan as an output pin.
Definition at line 78 of file fan.c.
References FAN_BIT, FAN_DDR, fan_Set(), and OFF.
Referenced by init_InitModules().
{ FAN_DDR |= (1U << FAN_BIT); fan_Set(OFF); } /* End: fan_Init() */