Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 16
and
Version 17
of
BME280
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Apr 2, 2015 2:21:06 PM (
8 years
ago)
Author:
soumura
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
BME280
v16
v17
161
161
void loop()
162
162
{
163
double temp_act = 0.0, press_act = 0.0,hum_act=0.0;
163
double temp_act = 0.0, press_act = 0.0,hum_act=0.0;
//最終的に表示される値を入れる変数
164
164
signed long int temp_cal;
165
165
unsigned long int press_cal,hum_cal;