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

Variables

uint8_t i = 0
 
uint8_t max_blinks = 1
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 122 of file test_main.cpp.

References i, max_blinks, test_divmod10(), and test_divu10().

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 113 of file test_main.cpp.

◆ tearDown()

void tearDown ( void )

Definition at line 11 of file test_main.cpp.

◆ test_divmod10()

void test_divmod10 ( void )

Definition at line 42 of file test_main.cpp.

References divmod10().

Referenced by loop().

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

◆ test_divu10()

void test_divu10 ( void )

Definition at line 17 of file test_main.cpp.

References divu10().

Referenced by loop().

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

Variable Documentation

◆ i

◆ max_blinks

uint8_t max_blinks = 1

Definition at line 120 of file test_main.cpp.

Referenced by loop().