3-phase PV router
Loading...
Searching...
No Matches
Functions | Variables
test_main.cpp File Reference
#include <Arduino.h>
#include <U8g2lib.h>
#include <unity.h>
#include "utils_pins.h"
Include dependency graph for test_main.cpp:

Go to the source code of this file.

Functions

void loop ()
 
void setup ()
 
void setUp (void)
 
void tearDown (void)
 
void test_setPinOFF (void)
 
void test_setPinON (void)
 
void test_setPinsOFF (void)
 
void test_setPinsON (void)
 
void test_setPinState (void)
 
void test_togglePin (void)
 

Variables

uint8_t i = 0
 
uint8_t max_blinks = 2
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 97 of file test_main.cpp.

Here is the call graph for this function:

◆ setup()

void setup ( )

Definition at line 82 of file test_main.cpp.

◆ setUp()

void setUp ( void  )

Definition at line 8 of file test_main.cpp.

◆ tearDown()

void tearDown ( void  )

Definition at line 13 of file test_main.cpp.

◆ test_setPinOFF()

void test_setPinOFF ( void  )

Definition at line 25 of file test_main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_setPinON()

void test_setPinON ( void  )

Definition at line 18 of file test_main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_setPinsOFF()

void test_setPinsOFF ( void  )

Definition at line 68 of file test_main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_setPinsON()

void test_setPinsON ( void  )

Definition at line 55 of file test_main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_setPinState()

void test_setPinState ( void  )

Definition at line 45 of file test_main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_togglePin()

void test_togglePin ( void  )

Definition at line 32 of file test_main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ i

uint8_t i = 0

Definition at line 94 of file test_main.cpp.

◆ max_blinks

uint8_t max_blinks = 2

Definition at line 95 of file test_main.cpp.