Skip to content

Commit

Permalink
update readme for fuzzypid
Browse files Browse the repository at this point in the history
  • Loading branch information
pikasTech committed Dec 17, 2023
1 parent ea37db6 commit 8131137
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion package/fuzzypid/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## fuzzy-pid
## fuzzypid

fuzzypid 模块为 [fuzzy-pid](https://github.com/FlameAlpha/fuzzy-pid) 项目提供了 Python 绑定。

该项目 LICENSE 详见 [LICENSE](https://github.com/FlameAlpha/fuzzy-pid/blob/main/LICENSE)

在此对原作者 [FlameAlpha](https://github.com/FlameAlpha) 表示感谢。

## fuzzy-pid 原 README

### 介绍
鉴于控制算法常于嵌入式平台使用,所以使用C语言实现模糊PID控制算法。实现的功能包括但不限于:
Expand Down
10 changes: 9 additions & 1 deletion port/linux/package/pikascript/pikascript-lib/fuzzypid/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## fuzzy-pid
## fuzzypid

fuzzypid 模块为 [fuzzy-pid](https://github.com/FlameAlpha/fuzzy-pid) 项目提供了 Python 绑定。

该项目 LICENSE 详见 [LICENSE](https://github.com/FlameAlpha/fuzzy-pid/blob/main/LICENSE)

在此对原作者 [FlameAlpha](https://github.com/FlameAlpha) 表示感谢。

## fuzzy-pid 原 README

### 介绍
鉴于控制算法常于嵌入式平台使用,所以使用C语言实现模糊PID控制算法。实现的功能包括但不限于:
Expand Down

0 comments on commit 8131137

Please sign in to comment.