1-phase PV router
|
#include "FastDivision.h"
Go to the source code of this file.
Functions | |
void | divmod10 (uint32_t in, uint32_t &div, uint8_t &mod) |
uint16_t | divu10 (uint16_t n) |
void divmod10 | ( | uint32_t | in, |
uint32_t & | div, | ||
uint8_t & | mod ) |
Definition at line 41 of file FastDivision.cpp.
Referenced by configureValueForDisplay(), and test_divmod10().
uint16_t divu10 | ( | uint16_t | n | ) |
Definition at line 3 of file FastDivision.cpp.
Referenced by configureValueForDisplay(), and test_divu10().