Marcelo Rebonatto / Mbed 2 deprecated PMED_Tempo

Dependencies:   EthernetInterface mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers limites.h Source File

limites.h

00001 /*
00002  * limites.h
00003  *
00004  *  Created on: 20/07/2014
00005  *      Author: rebonatto
00006  */
00007 
00008 #ifndef LIMITES_H_
00009 #define LIMITES_H_
00010 
00011 #include <stdio.h>
00012 
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016 
00017 extern void DisplayRAMBanks(void);
00018 
00019 #ifdef __cplusplus
00020 };
00021 #endif
00022 
00023 #endif /* LIMITES_H_ */