Hi Guys,
I am trying to connect a one-wire temp sensor DS18B20 directly to a "Gen4-uLCD-43DCT-CLB". The code is from the app note: 4D-AN-P3006. When I try to compile it, these are the error messages that I get:
Error: name 'OW_Reset' is already used as a 'PmmC function' in line 4936 (line 26 file:1-Wire-TEMP.inc)
Error: name 'OW_Write' is already used as a 'PmmC function' in line 4962 (line 50 file:1-Wire-TEMP.inc)
Error: name 'OW_Read' is already used as a 'PmmC function' in line 4944 (line 78 file:1-Wire-TEMP.inc)
Error: undefined symbol 'IO5_PIN' (line 38 column 18 file:1-Wire-Discovery.4dg)
Error: could not resolve a integer value for constant OW_PIN (line 39 file:1-Wire-Discovery.4dg)
Fatal error: errors in first pass(1), can't continue (line 151 file:1-Wire-Discovery.4dg)
I would appreciate any help to get this running.
Thank you,
Mark
I am trying to connect a one-wire temp sensor DS18B20 directly to a "Gen4-uLCD-43DCT-CLB". The code is from the app note: 4D-AN-P3006. When I try to compile it, these are the error messages that I get:
Error: name 'OW_Reset' is already used as a 'PmmC function' in line 4936 (line 26 file:1-Wire-TEMP.inc)
Error: name 'OW_Write' is already used as a 'PmmC function' in line 4962 (line 50 file:1-Wire-TEMP.inc)
Error: name 'OW_Read' is already used as a 'PmmC function' in line 4944 (line 78 file:1-Wire-TEMP.inc)
Error: undefined symbol 'IO5_PIN' (line 38 column 18 file:1-Wire-Discovery.4dg)
Error: could not resolve a integer value for constant OW_PIN (line 39 file:1-Wire-Discovery.4dg)
Fatal error: errors in first pass(1), can't continue (line 151 file:1-Wire-Discovery.4dg)
I would appreciate any help to get this running.
Thank you,
Mark
Comment