Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPI通信の方式について #42

Open
naoki-cpp opened this issue Feb 2, 2019 · 0 comments
Open

SPI通信の方式について #42

naoki-cpp opened this issue Feb 2, 2019 · 0 comments
Assignees

Comments

@naoki-cpp
Copy link
Member

int型のハッシュ化

intをunsigned char型に4つに分割して送信する。このとき、
5つめのデータとしてハッシュを送信し、データの正確性を担保する。

ハッシュ化

unsigned charの値を全て足して256で割った値をハッシュとする。

送信のルール

1つ目のデータ

進行方向の角度。int型。

2つ目のデータ

命令。unsigned char型。
0:GPS進行 (angleは絶対角度)
1:回避(後進)
2:回転(60度回転)
3:停止
4:カメラ進行(angleは相対角度)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants