Car/RPi Debugger/README.md

29 lines
498 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# RPi Debugger
## 接线
+ 树莓派 USB 口与 Arduino USB 串口相连
+ 树莓派 GPIO 0 与 Arduino PIN 21 相连,做好共地
## 无线热点信息
+ 名称TaiChi
+ 密码ddwzhzwz
## linux 登录信息
+ 用户pi
+ 密码raspberry
## 调试方法
+ pi 用户目录下输入 ./TaiChi 进入调试器,此时 TaChi 机器人开始执行程序
+ 终端内显示 TaChi 机器人发送来的调试信息
+ 暂停程序执行Ctrl + C
+ 继续程序执行Ctrl + Z