1-phase PV router
|
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 |
void loop | ( | ) |
Definition at line 122 of file test_main.cpp.
References i, max_blinks, test_divmod10(), and test_divu10().
void setUp | ( | void | ) |
Definition at line 6 of file test_main.cpp.
void setup | ( | ) |
Definition at line 113 of file test_main.cpp.
void tearDown | ( | void | ) |
Definition at line 11 of file test_main.cpp.
void test_divmod10 | ( | void | ) |
Definition at line 42 of file test_main.cpp.
References divmod10().
Referenced by loop().
void test_divu10 | ( | void | ) |
Definition at line 17 of file test_main.cpp.
References divu10().
Referenced by loop().
uint8_t i = 0 |
Definition at line 119 of file test_main.cpp.
Referenced by _rg_OffsetForce< N, OffPeakDuration >::_rg_OffsetForce(), movingAvg< T, DURATION_IN_MINUTES, VALUES_PER_MINUTE >::_clear_sub(), movingAvg< T, DURATION_IN_MINUTES, VALUES_PER_MINUTE >::clear(), movingAvg< T, DURATION_IN_MINUTES, VALUES_PER_MINUTE >::fillValue(), get_tile_from_xbm(), initializeDisplayHW(), initializeDisplaySW(), initializeOldPCBPins(), initializeProcessing(), ival(), loop(), _rg_OffsetForce< N, OffPeakDuration >::operator[](), RelayEngine< N, D >::printConfiguration(), printDualTariffConfiguration(), proceedLoadPrioritiesAndOverridingDualTariff(), processDataLogging(), updatePhysicalLoadStates(), and updatePortsStates().
uint8_t max_blinks = 1 |
Definition at line 120 of file test_main.cpp.
Referenced by loop().