Skip to content

Commit b9a5d6d

Browse files
committed
Add standard header to the Sensbender sketch
1 parent 656ba2e commit b9a5d6d

File tree

1 file changed

+32
-6
lines changed

1 file changed

+32
-6
lines changed

libraries/MySensors/examples/SensebenderMicro/SensebenderMicro.ino

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
1-
// Default sensor sketch for Sensebender Micro module
2-
// Act as a temperature / humidity sensor by default.
3-
//
4-
// If A0 is held low while powering on, it will enter testmode, which verifies all on-board peripherals
5-
//
6-
// Battery voltage is as battery percentage (Internal message), and optionally as a sensor value (See defines below)
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 <[email protected]>
9+
* Copyright (C) 2013-2015 Sensnology AB
10+
* Full contributor list: https://github.com/mysensors/Arduino/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+
* REVISION HISTORY
22+
* Version 1.0 - Thomas Bowman Mørch
23+
*
24+
* DESCRIPTION
25+
* Default sensor sketch for Sensebender Micro module
26+
* Act as a temperature / humidity sensor by default.
27+
*
28+
* If A0 is held low while powering on, it will enter testmode, which verifies all on-board peripherals
29+
*
30+
* Battery voltage is as battery percentage (Internal message), and optionally as a sensor value (See defines below)
31+
*
32+
*/
733

834

935
#include <MySensor.h>

0 commit comments

Comments
 (0)