Line 1... |
Line 1... |
1 |
CCS PCM C Compiler, Version 4.106, 47914 14-IV-13 01:31 |
1 |
CCS PCM C Compiler, Version 4.106, 47914 14-IV-13 10:31 |
2 |
|
2 |
|
3 |
Filename: D:\MLAB\Modules\Sensors\SHT25V01A\SW\PIC16F887\main.lst |
3 |
Filename: D:\MLAB\Modules\Sensors\SHT25V01A\SW\PIC16F887\main.lst |
4 |
|
4 |
|
5 |
ROM used: 2165 words (26%) |
5 |
ROM used: 2165 words (26%) |
6 |
Largest free fragment is 2048 |
6 |
Largest free fragment is 2048 |
Line 286... |
Line 286... |
286 |
0158: CALL 0AE |
286 |
0158: CALL 0AE |
287 |
.................... i2c_write(0xE7); // Device command |
287 |
.................... i2c_write(0xE7); // Device command |
288 |
0159: MOVLW E7 |
288 |
0159: MOVLW E7 |
289 |
015A: MOVWF 26 |
289 |
015A: MOVWF 26 |
290 |
015B: CALL 0AE |
290 |
015B: CALL 0AE |
291 |
.................... // i2c_stop(); // Stop condition |
- |
|
292 |
.................... |
291 |
.................... |
293 |
.................... i2c_start(); // Start condition |
292 |
.................... i2c_start(); // Start condition |
294 |
015C: BSF 20.4 |
293 |
015C: BSF 20.4 |
295 |
015D: MOVF 20,W |
294 |
015D: MOVF 20,W |
296 |
015E: BSF 03.5 |
295 |
015E: BSF 03.5 |