
Oregon Scientific Decoder V2 and V3 for Nucleo-F401RE
Oregon-Scientific Decoder for V2 and V3 protocol. As exemple it handles THGR122NX (V2) and THGR810 (V3) sensors.
The software use interrupts to collect frames in a buffer and decode them in a background task.
Diff: mbed_app.json
- Revision:
- 1:265557f4b6b8
diff -r 7d471396cb64 -r 265557f4b6b8 mbed_app.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Sat Jul 18 07:58:54 2020 +0000 @@ -0,0 +1,7 @@ +{ + "target_overrides": { + "*": { + "platform.stdio-baud-rate": 115200 + } + } +} \ No newline at end of file