Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
registers.h
Go to the documentation of this file.
1 #pragma once
3 #include <stdint.h>
4 
5 bool ReadRegister(uint8_t address, uint16_t &value);
6 bool WriteRegister(uint8_t address, uint16_t value);