Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 20
and
Version 21
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 6, 2015 6:58:00 PM (
8 years
ago)
Author:
Shinichi Ohki
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
BME280
v20
v21
185
185
void readTrim()
186
186
{
187
uint8_t data[32],i=0;
187
uint8_t data[32],i=0;
// Fix 2014/04/06
188
188
Wire.beginTransmission(BME280_ADDRESS);
189
189
Wire.write(0x88);