Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
object.h
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
Generated on Tue Jul 12 2022 16:25:06 by
