mirror of
https://github.com/skogaby/OpeNITHM.git
synced 2026-09-22 22:58:16 +03:00
Forgot to comment some debug statements
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
//
|
||||
//
|
||||
//
|
||||
#include "AirSensor.h"
|
||||
|
||||
int ir_sensor_pins[6] = { AIR_SENSOR_0_PIN, AIR_SENSOR_1_PIN, AIR_SENSOR_2_PIN, AIR_SENSOR_3_PIN, AIR_SENSOR_4_PIN, AIR_SENSOR_5_PIN };
|
||||
|
||||
@@ -31,8 +31,7 @@ extern CRGB leds[31];
|
||||
class AirSensor {
|
||||
private:
|
||||
int deltaThreshold = 80;
|
||||
double releaseThreshold = 0.5
|
||||
;
|
||||
double releaseThreshold = 0.5;
|
||||
int calibrationCounter;
|
||||
bool calibrated;
|
||||
bool states[6];
|
||||
|
||||
@@ -27,7 +27,7 @@ void AutoTouchboard::scan() {
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
for (int i = 0; i < 4; i++) {
|
||||
Serial.print(key_values[i]);
|
||||
Serial.print("\t");
|
||||
@@ -39,7 +39,7 @@ void AutoTouchboard::scan() {
|
||||
}
|
||||
|
||||
Serial.println();
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
void AutoTouchboard::calibrateKeys() {
|
||||
|
||||
Reference in New Issue
Block a user