新增静态库及配置

This commit is contained in:
LokLiang
2025-07-09 15:41:50 +08:00
parent ea4f688ba0
commit 1e82069ac7
14 changed files with 1799 additions and 19 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include <stdint.h>
int16_t sin_s16(int16_t deg); // deg: 0.1 角度, 返回: 分母为 0x7fffL 的分子值
int16_t cos_s16(int16_t deg); // deg: 0.1 角度, 返回: 分母为 0x7fffL 的分子值