Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Pccb
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2019-08-14 22:49:09 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-08-14 22:49:09 +0300
commitaaf54de0a6876aff77ffe15be5d6c4698a1565c0 (patch)
treefc5f0903bddcea1b5598d00b851f8a40e01865d9 /src/Pccb
parenta0fd34be321a47b84d949099c8d878b8a0b2e377 (diff)
Implemented handling of remote sensor reports
Diffstat (limited to 'src/Pccb')
-rw-r--r--src/Pccb/Pins_Pccb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Pccb/Pins_Pccb.h b/src/Pccb/Pins_Pccb.h
index d4a1a41e..74c4638f 100644
--- a/src/Pccb/Pins_Pccb.h
+++ b/src/Pccb/Pins_Pccb.h
@@ -77,6 +77,9 @@ constexpr size_t MaxSmartDrivers = 2; // The maximum number of smart drivers
#endif
+constexpr size_t MaxSensorsInSystem = 32;
+typedef uint32_t SensorsBitmap;
+
constexpr size_t MaxHeaters = 1; // The number of heaters in the machine. PCCB has no heaters.
constexpr size_t NumExtraHeaterProtections = 4; // The number of extra heater protection instances
constexpr size_t NumThermistorInputs = 2;