3-phase PV router
Loading...
Searching...
No Matches
test_main.cpp File Reference
#include <Arduino.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)
 
void setup ()
 
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 95 of file test_main.cpp.

Here is the call graph for this function:

◆ setUp()

void setUp ( void )

Definition at line 6 of file test_main.cpp.

◆ setup()

void setup ( )

Definition at line 80 of file test_main.cpp.

◆ tearDown()

void tearDown ( void )

Definition at line 11 of file test_main.cpp.

◆ test_setPinOFF()

void test_setPinOFF ( void )

Definition at line 23 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 16 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 66 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 53 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 43 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 30 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 92 of file test_main.cpp.

◆ max_blinks

uint8_t max_blinks = 2

Definition at line 93 of file test_main.cpp.