Erriez Oregon THN128 433MHz temperature sensor library for Arduino
1.1.0
This is an Oregon THN128 433MHz temperature sensor transmit/receive library for Arduino.
src
ErriezOregonTHN128Transmit.h
Go to the documentation of this file.
1
/*
2
* MIT License
3
*
4
* Copyright (c) 2020-2022 Erriez
5
*
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
* of this software and associated documentation files (the "Software"), to deal
8
* in the Software without restriction, including without limitation the rights
9
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
* copies of the Software, and to permit persons to whom the Software is
11
* furnished to do so, subject to the following conditions:
12
*
13
* The above copyright notice and this permission notice shall be included in all
14
* copies or substantial portions of the Software.
15
*
16
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
* SOFTWARE.
23
*/
24
33
#ifndef ERRIEZ_OREGON_THN128_TRANSMIT_H_
34
#define ERRIEZ_OREGON_THN128_TRANSMIT_H_
35
36
#ifdef __cplusplus
37
extern
"C"
{
38
#endif
39
40
#include <stdio.h>
41
#include <stdint.h>
42
#include "ErriezOregonTHN128.h"
43
44
void
OregonTHN128_TxBegin
(uint8_t rfTxPin);
45
void
OregonTHN128_TxRawData
(uint32_t rawData);
46
void
OregonTHN128_Transmit
(
OregonTHN128Data_t
*data);
47
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif
// ERRIEZ_OREGON_THN128_TRANSMIT_H_
OregonTHN128_TxRawData
void OregonTHN128_TxRawData(uint32_t rawData)
Transmit data.
Definition:
ErriezOregonTHN128Transmit.c:270
OregonTHN128_Transmit
void OregonTHN128_Transmit(OregonTHN128Data_t *data)
Transmit Transmit data.
Definition:
ErriezOregonTHN128Transmit.c:292
OregonTHN128_TxBegin
void OregonTHN128_TxBegin(uint8_t rfTxPin)
Transmit begin.
Definition:
ErriezOregonTHN128Transmit.c:248
OregonTHN128Data_t
Data structure.
Definition:
ErriezOregonTHN128.h:63
Generated by
1.9.1