File tree 1 file changed +17
-0
lines changed 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 856
856
#define VL53L1X_INTER_MEASUREMENT_PERIOD 50 // Period, in milliseconds, determining how
857
857
#endif // often the sensor takes a measurement.
858
858
859
+ //------------------------------------------------------------------------------
860
+ // MAX6675
861
+ // Enable support by passing MAX6675_SUPPORT=1 build flag
862
+ //------------------------------------------------------------------------------
863
+ #ifndef MAX6675_CS_PIN
864
+ #define MAX6675_CS_PIN 13
865
+ #endif
866
+
867
+ #ifndef MAX6675_SO_PIN
868
+ #define MAX6675_SO_PIN 12
869
+ #endif
870
+
871
+ #ifndef MAX6675_SCK_PIN
872
+ #define MAX6675_SCK_PIN 14
873
+ #endif
874
+
859
875
//------------------------------------------------------------------------------
860
876
// EZOPH pH meter
861
877
// Enable support by passing EZOPH_SUPPORT=1 build flag
916
932
V9261F_SUPPORT || \
917
933
VEML6075_SUPPORT || \
918
934
VL53L1X_SUPPORT || \
935
+ MAX6675_SUPPORT || \
919
936
EZOPH_SUPPORT \
920
937
)
921
938
#endif
You can’t perform that action at this time.
0 commit comments