forked from jwdb/rflink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RFLink.ino
30 lines (27 loc) · 2.36 KB
/
RFLink.ino
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// *********************************************************************************************************************************
// * Arduino project "Nodo RadioFrequencyLink aka Nodo RFLink Version 1.1"
// * © Copyright 2015 StuntTeam - NodoRFLink
// * Portions © Copyright 2010..2015 Paul Tonkes (original Nodo 3.7 code)
// *
// * Nodo RadioFrequencyLink aka Nodo RFLink Version 1.1
// *
// ********************************************************************************************************************************
// * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
// * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
// * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
// * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
// * You received a copy of the GNU General Public License along with this program in file 'COPYING.TXT'.
// * For more information on GPL licensing: http://www.gnu.org/licenses
// ********************************************************************************************************************************
// ================================================================================================================================
// Supply the full path to the RFLink files in the define below
// Better yet, pass it as a compiler option (as done by the Makefile)
//
// Geef in onderstaande "define" regel het volledige pad op waar de .ino bestanden zich bevinden die je nu geopend hebt.
// ================================================================================================================================
#ifndef SKETCH_PATH
#define SKETCH_PATH D:\arduino\RFLink
#endif
// ================================================================================================================================
// IMPORTANT NOTE: This code only runs on an Arduino MEGA !!!!!!!!!!!!!!!!!!!!!! It was designed that way for various reasons.
// ================================================================================================================================