VZTECH / Mbed 2 deprecated main_src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers object.h Source File

object.h

Go to the documentation of this file.
00001 /**
00002  * @file object.h
00003  * @Synopsis Objetiva abstrair um pouco o uso do objeto vetor, a função dessa classe é apemas ser herdada para evitar incoerencias
00004  * @author Jhonatan Casale
00005  * @version 1
00006  * \class Object
00007  * @date 2014-10-31
00008  */
00009 #ifndef __OBJECT_H__
00010 #define __OBJECT_H__
00011 
00012 class Object {
00013     public :
00014 };
00015 
00016 #endif