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: Regul.h
- Revision:
- 2:708963e0f9b0
- Parent:
- 1:37ddcdfee022
- Child:
- 3:04c74f871dcd
--- a/Regul.h Sun Dec 15 17:46:08 2019 +0000 +++ b/Regul.h Sun Dec 22 09:46:38 2019 +0000 @@ -21,3 +21,6 @@ int speed; }measure_t; +void Init_Oregon(void); +void RF_Active(void); +void RF_StdBy(void);