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
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-03-25 14:56:05 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-03-25 14:56:05 +0300
commita2fe33206d71a3a0c5557ed0b67f3df3579fe2eb (patch)
tree81b8988ba5491d47cc32a57ac249046ba9be38f8 /src/DuetNG
parent0606061fdcbee53053e1fcbc8184672a198ef086 (diff)
Added support for local accelerometers, not tested yet
Diffstat (limited to 'src/DuetNG')
-rw-r--r--src/DuetNG/Pins_DuetNG.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DuetNG/Pins_DuetNG.h b/src/DuetNG/Pins_DuetNG.h
index 2d95e143..45c49309 100644
--- a/src/DuetNG/Pins_DuetNG.h
+++ b/src/DuetNG/Pins_DuetNG.h
@@ -75,6 +75,7 @@ constexpr uint32_t IAP_IMAGE_START = 0x20018000; // IAP is loaded into the last
#define SUPPORT_DHT_SENSOR 1 // set nonzero to support DHT temperature/humidity sensors
#define SUPPORT_WORKPLACE_COORDINATES 1 // set nonzero to support G10 L2 and G53..59
#define SUPPORT_12864_LCD 1 // set nonzero to support 12864 LCD and rotary encoder
+#define SUPPORT_ACCELEROMETERS 1
#define SUPPORT_OBJECT_MODEL 1
#define VARIABLE_NUM_DRIVERS SUPPORT_12864_LCD // nonzero means that some pins may only support drivers if not used for other purposes e.g. LCD