#include <inttypes.h>


Go to the source code of this file.
Variables | |
| volatile uint16_t | intFlag |
| volatile uint16_t | intConf |
| volatile uint8_t | intCounter |
| volatile uint8_t | intArray [13] |
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: Alberto Bielsa, David Cuartielles
Definition in file WaspVariables.h.
| volatile uint8_t intArray[13] |
| volatile uint16_t intConf |
Definition at line 52 of file WaspVariables.h.
Referenced by disableInterrupts(), enableInterrupts(), onHAIwakeUP(), and onLAIwakeUP().
| volatile uint8_t intCounter |
| volatile uint16_t intFlag |
Definition at line 51 of file WaspVariables.h.
Referenced by clearIntFlag(), WaspPWR::clearInts(), WaspPWR::ifHibernate(), onHAIwakeUP(), and onLAIwakeUP().
1.5.6