File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 105105TC_X[_Y] where X=milliseconds and Y=tenths of a millisecond
106106"""
107107STANDBY_TC_0_5 = const (0x00 ) # 0.5ms
108- STANDBY_TC_10 = const (0x06 ) # 10ms
109- STANDBY_TC_20 = const (0x07 ) # 20ms
110108STANDBY_TC_62_5 = const (0x01 ) # 62.5ms
111109STANDBY_TC_125 = const (0x02 ) # 125ms
112110STANDBY_TC_250 = const (0x03 ) # 250ms
113111STANDBY_TC_500 = const (0x04 ) # 500ms
114112STANDBY_TC_1000 = const (0x05 ) # 1000ms
113+ STANDBY_TC_2000 = const (0x06 ) # 2000ms
114+ STANDBY_TC_4000 = const (0x07 ) # 4000ms
115115
116116_BMP280_STANDBY_TCS = (
117117 STANDBY_TC_0_5 ,
118- STANDBY_TC_10 ,
119- STANDBY_TC_20 ,
120118 STANDBY_TC_62_5 ,
121119 STANDBY_TC_125 ,
122120 STANDBY_TC_250 ,
123121 STANDBY_TC_500 ,
124122 STANDBY_TC_1000 ,
123+ STANDBY_TC_2000 ,
124+ STANDBY_TC_4000 ,
125125)
126126
127127
You can’t perform that action at this time.
0 commit comments