REPY-2.0 1.0
Mechanical module for modular robotics
skymegaboard.h
00001 //------------------------------------------------------------------------------
00002 //-- SkyMega Board
00003 //------------------------------------------------------------------------------
00004 //-- This file belongs to the REPY-2.0 module project:
00005 //--
00006 //--    · http://www.dsquaredrobotics.com/wiki/index.php?title=REPY-2.0
00007 //--
00008 //--
00009 //-- REPY-2.0 was designed using the 00ML (Object-Oriented Mechanics Library).
00010 //-- More info about the OOML at:
00011 //--    · http://iearobotics.com/oomlwiki/doku.php
00012 //--
00013 //-- REPY-2.0 concept is deeply based on Juan Gonzalez-Gomez REPY module. More
00014 //-- info about the original REPY at:
00015 //--    · http://www.thingiverse.com/thing:13442
00016 //--    · http://www.iearobotics.com/wiki/index.php?title=M%C3%B3dulos_REPY-1
00017 //--
00018 //------------------------------------------------------------------------------
00019 //-- Author: David Estevez (DEF)
00020 //--
00021 //-- Released under the GPL license (more info on LICENSE.txt file)
00022 //------------------------------------------------------------------------------
00023 
00034 #ifndef SKYMEGABOARD_H
00035 #define SKYMEGABOARD_H
00036 
00037 #include <ooml/core.h>
00038 #include <ooml/components.h>
00039 
00040 #include "basicsquaredpcb.h"
00041 
00045 class SkyMegaBoard : public BasicSquaredPCB
00046 {
00047 public:
00049     SkyMegaBoard();
00050 
00051 };
00052 
00053 #endif // SKYMEGABOARD_H
 All Classes Functions Variables