MySensors Library & Examples
2.3.2-62-ge298769
Main Page
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
f
h
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
_
b
c
d
f
g
h
i
l
m
o
p
r
s
t
w
Variables
_
b
c
d
f
i
l
n
s
t
u
v
Typedefs
Enumerations
Enumerator
c
i
p
r
s
Macros
_
a
b
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Examples
Related Pages
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
tests
Arduino
sketches
ota_firmware_update_rf24
ota_firmware_update_rf24.ino
1
/*
2
* The MySensors Arduino library handles the wireless radio link and protocol
3
* between your home built sensors/actuators and HA controller of choice.
4
* The sensors forms a self healing radio network with optional repeaters. Each
5
* repeater and gateway builds a routing tables in EEPROM which keeps track of the
6
* network topology allowing messages to be routed to nodes.
7
*
8
* Created by Henrik Ekblad <henrik.ekblad@mysensors.org>
9
* Copyright (C) 2013-2022 Sensnology AB
10
* Full contributor list: https://github.com/mysensors/MySensors/graphs/contributors
11
*
12
* Documentation: http://www.mysensors.org
13
* Support Forum: http://forum.mysensors.org
14
*
15
* This program is free software; you can redistribute it and/or
16
* modify it under the terms of the GNU General Public License
17
* version 2 as published by the Free Software Foundation.
18
*
19
*******************************
20
*/
21
#define MY_DEBUG
22
#define MY_RADIO_RF24
23
#define MY_OTA_FIRMWARE_FEATURE
24
25
#include <
MySensors.h
>
26
27
void
setup
() {}
28
void
loop
() {}
loop
void loop()
Main loop.
Definition:
ota_firmware_update_rf24.ino:28
setup
void setup()
Called after node initialises but before main loop.
Definition:
ota_firmware_update_rf24.ino:27
MySensors.h
API declaration for MySensors.
Copyright (C) 2013-2019 Sensnology AB. Generated by
doxygen
1.8.17