summaryrefslogtreecommitdiffstats
path: root/martin/door/src/hcs200.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2020-04-11 13:44:43 +0200
committermanuel <manuel@mausz.at>2020-04-11 13:44:43 +0200
commitef99adf6e71437c450bb336755e72f776cc09257 (patch)
tree4d0a01208c7671fce235090d1a520c7871325290 /martin/door/src/hcs200.cpp
parent0553b9907f912e56a2cd2a08b03a83ce6f2a75c6 (diff)
downloadarduino-ef99adf6e71437c450bb336755e72f776cc09257.tar.gz
arduino-ef99adf6e71437c450bb336755e72f776cc09257.tar.bz2
arduino-ef99adf6e71437c450bb336755e72f776cc09257.zip
Update martin
Diffstat (limited to 'martin/door/src/hcs200.cpp')
-rw-r--r--martin/door/src/hcs200.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/martin/door/src/hcs200.cpp b/martin/door/src/hcs200.cpp
index 401e670..661380a 100644
--- a/martin/door/src/hcs200.cpp
+++ b/martin/door/src/hcs200.cpp
@@ -165,7 +165,7 @@ void HCS200_Keycode::print(Print &stream)
165 stream.print("\n"); 165 stream.print("\n");
166} 166}
167 167
168#define PULSE_WIDTH 400 168#define PULSE_WIDTH 440
169 169
170inline void HCS200_Keycode::send(bool value, std::function<void(int)> setOutput) 170inline void HCS200_Keycode::send(bool value, std::function<void(int)> setOutput)
171{ 171{