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:
- 13:87e9b1cd65c2
- Parent:
- 12:6d3638a225dd
- Child:
- 14:a9984c6f6257
--- a/OregonBit.cpp Tue Jul 14 15:15:25 2020 +0000 +++ b/OregonBit.cpp Sat Jul 18 07:58:04 2020 +0000 @@ -195,7 +195,7 @@ } if (0 == bit_ptr%2 && !l) { - ERR("%d V2.1 : 2nd pulse should be long",bit_ptr); + ERR("%d V2.1 : 2nd pulse should be long : %d", bit_ptr, pulse.v); s=0; l=1; }