ds18b20.plg

来自「DS18B20温度测量-完整源代码」· PLG 代码 · 共 70 行

PLG
70
字号
<html>
<body>
<pre>
<h1>礦ision Build Log</h1>
<h2>Project:</h2>
F:\MY\修改-温度传感\ds18b20.uvproj
Project File Date:  08/28/2010

<h2>Output:</h2>
Build target 'Target 1'
assembling STM32F10x.s...
compiling STM32_Init.c...
compiling TFT200.c...
compiling main.c...
main.c(25): error:  #147: declaration is incompatible with "int delay_1us(U32)" (declared at line 10)
main.c(34): error:  #147: declaration is incompatible with "unsigned char init_ds18b20(void)" (declared at line 11)
main.c(37): error:  #20: identifier "DQ" is undefined
Target not created
Build target 'Target 1'
assembling STM32F10x.s...
compiling STM32_Init.c...
compiling TFT200.c...
compiling main.c...
main.c(37): error:  #20: identifier "DQ" is undefined
Target not created
Build target 'Target 1'
assembling STM32F10x.s...
compiling STM32_Init.c...
compiling TFT200.c...
compiling main.c...
main.c(38): error:  #137: expression must be a modifiable lvalue
main.c(40): error:  #137: expression must be a modifiable lvalue
main.c(42): error:  #137: expression must be a modifiable lvalue
Target not created
Build target 'Target 1'
assembling STM32F10x.s...
compiling STM32_Init.c...
compiling TFT200.c...
compiling main.c...
linking...
Program Size: Code=3514 RO-data=2562 RW-data=8 ZI-data=608  
"ds18b20.axf" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
assembling STM32F10x.s...
compiling STM32_Init.c...
compiling TFT200.c...
compiling main.c...
linking...
Program Size: Code=3514 RO-data=2562 RW-data=8 ZI-data=608  
FromELF: creating hex file...
".\Output\ds18b20.axf" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
assembling STM32F10x.s...
compiling STM32_Init.c...
compiling TFT200.c...
compiling main.c...
linking...
Program Size: Code=3514 RO-data=2562 RW-data=8 ZI-data=608  
FromELF: creating hex file...
".\Output\ds18b20.axf" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
assembling STM32F10x.s...
compiling STM32_Init.c...
compiling TFT200.c...
compiling main.c...
linking...
Program Size: Code=3518 RO-data=2562 RW-data=8 ZI-data=608  
FromELF: creating hex file...
".\Output\ds18b20.axf" - 0 Error(s), 0 Warning(s).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?