Speeduino
Loading...
Searching...
No Matches
Functions | Variables
errors.cpp File Reference
#include "globals.h"
#include "errors.h"

Functions

byte setError (byte errorID)
 
void clearError (byte errorID)
 
byte getNextError (void)
 

Variables

byte errorCount = 0
 
byte errorCodes [4]
 

Function Documentation

◆ clearError()

void clearError ( byte  errorID)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getNextError()

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

◆ setError()

byte setError ( byte  errorID)
Here is the caller graph for this function:

Variable Documentation

◆ errorCodes

byte errorCodes[4]

◆ errorCount

byte errorCount = 0