/******************************************************************
*  Copyright (C) 2009 Ram Narula  
*  Filename: main.h
*  Version: 0.3
*  Date: 05 August 2009
*  Information: http://www.xduino.com/    
******************************************************************/
/******************************************************************
*   This file is part of Xduino
*
*   Xduino is free software: you can redistribute it and/or modify
*   it under the terms of the GNU Lesser General Public License as published by
*   the Free Software Foundation, either version 3 of the License, or
*   (at your option) any later version.
*	
*   Xduino is distributed in the hope that it will be useful,
*   but WITHOUT ANY WARRANTY; without even the implied warranty of
*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*   GNU Lesser General Public License for more details.
*
*   You should have received a copy of the GNU Lesser General Public License
*   along with Xduino.  If not, see .
******************************************************************/
#ifndef main_h
#define main_h
#define Xduino 0.3

#include "Xduino.h"
#include "doGPIO.h"
#include "doADC.h"
#include "doDAC.h"
#include "Serial.h"
#include "doEXTI.h"
#include "doTime.h"
#include "compatArduino.h"

// The following includes must be in proper order
#include "generalInit.h"
#include "InterruptHandler.h"

// math function ie. sin cos abs sqrt etc. 
#include 

// Standard library functions also has random number functions
#include 




#endif