natsu tsumagari
/
receive_twe
回転数計のデータをトワイライトから受け取って回転数を計算して表示します。
Revision 8:e29764121447, committed 2016-11-02
- Comitter:
- tsumagari
- Date:
- Wed Nov 02 09:59:04 2016 +0000
- Parent:
- 7:0c3c1a484ebc
- Commit message:
- l3gd20??twe-lite???z????????????int????r/m??????????
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Oct 26 10:27:04 2016 +0000 +++ b/main.cpp Wed Nov 02 09:59:04 2016 +0000 @@ -56,8 +56,6 @@ if(data[data_count-4]!='0') z_int *= -1; z_double = (double)z_int/6; //角度補正前ふつうに pc.printf("\n%f",z_double); - z_double = z_double * 36.3/35.0; //角度*363/350で補正 - pc.printf("\n%f",z_double); //pc.putc('\n'); // pc.putc(data[data_count]); }