mirror of
https://github.com/seahu/rflink.git
synced 2025-12-09 23:47:22 +01:00
29 lines
2.3 KiB
C++
29 lines
2.3 KiB
C++
// *********************************************************************************************************************************
|
|
// * 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
|
|
//
|
|
// Geef in onderstaande "define" regel het volledige pad op waar de .ino bestanden zich bevinden die je nu geopend hebt.
|
|
// ================================================================================================================================
|
|
|
|
#define SKETCH_PATH D:\arduino\RFLink
|
|
|
|
// ================================================================================================================================
|
|
// IMPORTANT NOTE: This code only runs on an Arduino MEGA !!!!!!!!!!!!!!!!!!!!!! It was designed that way for various reasons.
|
|
// ================================================================================================================================
|
|
|