/*************************************************************************
 *
 *   Used with ICCARM and AARM.
 *
 *    (c) Copyright IAR Systems 2008
 *
 *    File name   : Sin_Table.h
 *    Description :
 *
 *    History :
 *    1. Date        : 31.3.2008 ã. 
 *       Author      : Stoyan Choynev
 *       Description : inital revision
 *
 *    $Revision: #1 $
 **************************************************************************/
#ifndef   __SIN_TABLE_H
  #define __SIN_TABLE_H
/** include files **/

/**definitions **/
#define SAMPLES_NUM 1024
/** default settings **/

/** public data **/
extern const short Sin_Table[ SAMPLES_NUM ];
/** public functions **/

#endif  //__SIN_TABLE_H

