|
Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
|
#include "../config/config.h"

Go to the source code of this file.
Namespaces | |
| modules | |
| The modules namespace contains models of MMU's components. | |
| modules::math | |
| Specialized math operations. | |
Functions | |
| static uint16_t | modules::math::mulU8X16toH16 (const uint8_t charIn1, const uint16_t intIn2) |
| (intIn1 * intIn2) >> 8 | |
| static uint16_t | modules::math::mulU24X24toH16 (const uint32_t &longIn1, const uint32_t &longIn2) |
| (longIn1 * longIn2) >> 24 | |