Browse Source

Max6675 CI Integration (#1482)

sensors
Luciano Andrade 5 years ago
committed by Max Prokhorov
parent
commit
3490a2f852
2 changed files with 10 additions and 0 deletions
  1. +9
    -0
      code/espurna/config/hardware.h
  2. +1
    -0
      code/espurna/config/types.h

+ 9
- 0
code/espurna/config/hardware.h View File

@ -3336,6 +3336,7 @@
#define PMSX003_SUPPORT 1
#define SENSEAIR_SUPPORT 1
#define VL53L1X_SUPPORT 1
#define MAX6675_SUPPORT 1
// A bit of lights - pin 5
#define RELAY_PROVIDER RELAY_PROVIDER_LIGHT
@ -3371,6 +3372,14 @@
#define MICS2710_SUPPORT 1
#define MICS5525_SUPPORT 1
// MAX6675 14 11 10
#ifndef MAX6675_SUPPORT
#define MAX6675_SUPPORT 1
#endif
#define MAX6675_CS_PIN 14
#define MAX6675_SO_PIN 11
#define MAX6675_SCK_PIN 10
#elif defined(TRAVIS02)
// Relay provider dual


+ 1
- 0
code/espurna/config/types.h View File

@ -293,6 +293,7 @@
#define SENSOR_VL53L1X_ID 32
#define SENSOR_EZOPH_ID 33
#define SENSOR_BMP180_ID 34
#define SENSOR_MAX6675_ID 35
//--------------------------------------------------------------------------------
// Magnitudes


Loading…
Cancel
Save