Oregon Scientific Decoder V2 and V3 for Nucleo-F401RE

Dependencies:   Oregon_Decode

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.

mbed_app.json

Committer:
sev2000
Date:
2020-07-18
Revision:
1:265557f4b6b8

File content as of revision 1:265557f4b6b8:

{
    "target_overrides": {
        "*": {
            "platform.stdio-baud-rate": 115200
            }
    }
}