Lab_interaccio/2012/ASK-Shield/References/waspmote-api-v.021/WProgram.h
Miguel Angel de Heras 451795bb92 Second commit
2025-03-05 15:57:19 +01:00

31 lines
998 B
C

/*
* Copyright (C) 2009 Libelium Comunicaciones Distribuidas S.L.
* http://www.libelium.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 2.1 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 Lesser General Public License for more details.
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Version: 0.1
* Design: David Gascón
* Implementation: David Cuartielles, Alberto Bielsa
*/
#ifndef __WPROGRAM_H__
#define __WPROGRAM_H__
#include "WaspVariables.h"
#include "WaspClasses.h"
#endif