Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ypwhs authored Jan 6, 2017
1 parent 18e8a6f commit 5812d2a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions receiver/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 方向盘可视化

此程序通过 udp 20160端口接收浮点数,然后旋转方向盘图片并显示。

## Carthage

需要 Carthage。
首先 cd 到当前目录,然后执行:

```sh
brew install carthage
carthage update
```

执行完毕以后会在目录下生成对应的库文件。

然后直接从 Xcode 打开编译即可。

0 comments on commit 5812d2a

Please sign in to comment.