
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.
mbed_app.json@1:265557f4b6b8, 2020-07-18 (annotated)
- Committer:
- sev2000
- Date:
- Sat Jul 18 07:58:54 2020 +0000
- Revision:
- 1:265557f4b6b8
Change for Mbed 6
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sev2000 | 1:265557f4b6b8 | 1 | { |
sev2000 | 1:265557f4b6b8 | 2 | "target_overrides": { |
sev2000 | 1:265557f4b6b8 | 3 | "*": { |
sev2000 | 1:265557f4b6b8 | 4 | "platform.stdio-baud-rate": 115200 |
sev2000 | 1:265557f4b6b8 | 5 | } |
sev2000 | 1:265557f4b6b8 | 6 | } |
sev2000 | 1:265557f4b6b8 | 7 | } |