Skip to content

Commit

Permalink
Minor clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
watsaig committed Nov 29, 2018
1 parent 7c5c19e commit eac594f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
#define DAC0 25
#define DAC1 26

//#define PR1_SETPOINT_PIN DAC0
#define PR1_I2C_ADDRESS 43
#define PR2_I2C_ADDRESS 44
//#define PR2_SETPOINT_PIN DAC1

//#define PR1_MEASUREMENT_PIN 36
#define PR1_SETPOINT_PIN DAC0
#define PR2_SETPOINT_PIN DAC1
#define PR1_MEASUREMENT_PIN 36
#define PR2_MEASUREMENT_PIN 39

#define DAC_MAX_VALUE 255
Expand Down
3 changes: 0 additions & 3 deletions src/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ void Controller::init()
mPressureControlTimer = millis();
mPumpLastSwitchOnTime = millis();

#ifdef NEOPIXELS
// initNeopixelStrip();
#endif
}

Controller::~Controller()
Expand Down
1 change: 0 additions & 1 deletion src/things.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef THINGS_H
#define THINGS_H

#include <Wire.h>
#include <ArduinoLog.h>

#include "constants.h"
Expand Down

0 comments on commit eac594f

Please sign in to comment.