Speeduino
Loading...
Searching...
No Matches
Functions | Variables
fanController.cpp File Reference
#include "../../pins/boardOutputPin.h"
#include "../../../units.h"
#include "../../../unit_testing.h"
#include "../../../globals.h"

Functions

void fanOn (void)
 
void fanOff (void)
 
void initialiseFan (uint8_t fanPin)
 
void fanControl (void)
 
void fanInterrupt (void)
 

Variables

TESTABLE_CONSTEXPR table2D_u8_u8_4 fanPWMTableconfigPage6
 
TESTABLE_STATIC boardOutputPin_t fan_pin
 

Function Documentation

◆ fanControl()

void fanControl ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fanInterrupt()

void fanInterrupt ( void  )
Here is the call graph for this function:

◆ fanOff()

void fanOff ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fanOn()

void fanOn ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ initialiseFan()

void initialiseFan ( uint8_t  fanPin)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ configPage6

◆ fan_pin