Oregegon scientific decoder V2.1 and V3
Dependents: Oregon_Decoder_V2_V3
Oregon decoding Library.
It manages protocoles V2.1 and V3.
To be used with RTOS OS2 or MBED V5
Diff: OregonBit.cpp
- Revision:
- 8:48315bba3adc
- Parent:
- 7:47fb36f30355
- Child:
- 9:ac5060331882
--- a/OregonBit.cpp Sat Apr 25 10:12:44 2020 +0000 +++ b/OregonBit.cpp Sat Apr 25 10:29:16 2020 +0000 @@ -8,7 +8,7 @@ bool pin; }pulse_t; -int onShortLo = 200; +/*int onShortLo = 200; int onShortHi = 700; int offShortLo = 200; int offShortHi = 700; @@ -16,7 +16,8 @@ int onLongHi = 1200; int offLongLo = 700; int offLongHi = 1200; -/*int onShortLo = 201; +*/ +int onShortLo = 201; int onShortHi = 615; int offShortLo = 400; int offShortHi = 850; @@ -24,7 +25,7 @@ int onLongHi = 1100; int offLongLo = 850; int offLongHi = 1400; -*/ + long O_startedAt; long O_endedAt;