#include "globales.h"
Variables | |
Banderas_RR | flags |
Banderas_aux | flagsAux |
queueType | BufferRx |
queueType | BufferTx |
queueTypeDatos | corrientes |
queueTypeDatos | voltajes |
queueTypeDatos | corrMax |
queueTypeDatos | corrMin |
queueTypeDatos | voltMax |
queueTypeDatos | voltMin |
queueTypeDatos | corrProm |
queueTypeDatos | voltProm |
queueTypeTimer | timer |
int | corriente2740 |
int | voltajeADC |
unsigned char | estadoAccion |
unsigned char | estadoActual = 0 |
unsigned char | estadoAnterior |
queueTypeDatos * | puntCorr = &corrientes |
queueTypeDatos * | puntVolt = &voltajes |
queueTypeDatos * | puntMaxCorr = &corrMax |
queueTypeDatos * | puntMinCorr = &corrMin |
queueTypeDatos * | puntMaxVolt = &voltMax |
queueTypeDatos * | puntMinVolt = &voltMin |
queueTypeDatos * | puntPromCorr = &corrProm |
queueTypeDatos * | puntPromVolt = &voltProm |
queueType * | PunteroTx = &BufferTx |
queueType * | PunteroRx = &BufferRx |
queueTypeTimer * | puntTimer = &timer |
unsigned char | contpalabras = 0 |
unsigned char | timeout |
unsigned char contpalabras = 0 |
int corriente2740 |
unsigned char estadoAccion |
unsigned char estadoActual = 0 |
unsigned char estadoAnterior |
unsigned char timeout |
int voltajeADC |