protegemed, aquisição via A/D simples utilizando interrupção do timer

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed

Fork of ptgm_semDMA by Marcelo Rebonatto

Functions/limites.h

Committer:
rebonatto
Date:
2016-01-05
Revision:
0:fac116e94d44

File content as of revision 0:fac116e94d44:

/*
 * limites.h
 *
 *  Created on: 20/07/2014
 *      Author: rebonatto
 */

#ifndef LIMITES_H_
#define LIMITES_H_

#include <stdio.h>

#ifdef __cplusplus
extern "C" {
#endif

extern void DisplayRAMBanks(void);

#ifdef __cplusplus
};
#endif

#endif /* LIMITES_H_ */