選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

17 行
537 B

/*******************************************************************************
 * Copyright(c) 2023 Levetop Semiconductor Co.,Led. All rights reserved.
 * @file     sincostable.h
 * @author   UartTFT Application Team
 * @version  V1.0.0
 * @date     2023-01-01
 * @brief
 ********************************************************************************/
#ifndef _SINCOSTABLE_h
#define _SINCOSTABLE_h
int rangeAngle(int angle, int min, int max);
float fast_sin(int angle);
float fast_cos(int angle);
float fast_tan(int angle);
#endif