Mike Herndon
Northrop Grumman Corp
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
2 回答
ランク
of 179,660
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How to read temperature and pressure through the bmp180?
X1=int32((UT-int32(AC6))*int32(AC5)/(2^15)); X2=int32(int32(MC)*2^11/((X1+int32(MD)))); B5=double(X1+X2); T=(B5+8)/(2^4)*0....
How to read temperature and pressure through the bmp180?
X1=int32((UT-int32(AC6))*int32(AC5)/(2^15)); X2=int32(int32(MC)*2^11/((X1+int32(MD)))); B5=double(X1+X2); T=(B5+8)/(2^4)*0....
10年以上 前 | 0
回答済み
How to read temperature and pressure through the bmp180?
Using your code I was able to figure it out (I think). 1)The cal values are in 8 bit registers so you need to read in the MSB ...
How to read temperature and pressure through the bmp180?
Using your code I was able to figure it out (I think). 1)The cal values are in 8 bit registers so you need to read in the MSB ...
10年以上 前 | 3
| 採用済み


