3-phase PV router
Loading...
Searching...
No Matches
test_main.cpp File Reference
#include <Arduino.h>
#include <unity.h>
#include "FastDivision.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_divu10 (void)
 
void test_divu15 (void)
 
void test_divu5 (void)
 
void test_divu60 (void)
 

Variables

uint8_t i = 0
 
uint8_t max_blinks = 1
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 132 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 123 of file test_main.cpp.

◆ tearDown()

void tearDown ( void )

Definition at line 11 of file test_main.cpp.

◆ test_divu10()

void test_divu10 ( 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_divu15()

void test_divu15 ( void )

Definition at line 70 of file test_main.cpp.

Here is the caller graph for this function:

◆ test_divu5()

void test_divu5 ( void )

Definition at line 17 of file test_main.cpp.

Here is the caller graph for this function:

◆ test_divu60()

void test_divu60 ( void )

Definition at line 97 of file test_main.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ i

uint8_t i = 0

Definition at line 129 of file test_main.cpp.

◆ max_blinks

uint8_t max_blinks = 1

Definition at line 130 of file test_main.cpp.