NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Basic Electronics » Temperature project unclear explanation of error in uncompiled code
July 19, 2011 by codenamejupiterx ![]() |
I was doing the temperature project and I ran the code there were bugs but i got as many as I could out. There are still a couple and i am having trouble figuring out what they mean:
What does implicit declaration mean? What does undefined reference mean? all the errors seem to be either one of the two....... |
||
---|---|---|---|
July 20, 2011 by carlhako ![]() |
Hi codenamejupiterx I came across one of these errors for the first time the other day. "implicit declaration of function" I had this error when I forgot to put an open bracket when declaring a new function. In your case I suspect you are missing the following line
Or you have left the { off. It could easily be something else its hard to tell without your full code. Could you please post all your code? regards Carl |
||
July 20, 2011 by codenamejupiterx ![]() |
Thanks for responding Carl. My code is posted below:
|
||
July 20, 2011 by bretm ![]() |
You wrote lcd_unit instead of lcd_init, and lcd_write_init16 instead of lcd_write_int16. |
||
July 20, 2011 by codenamejupiterx ![]() |
Thank You bretm!!!!!! I corrected the codeand loaded it onto the chip and my temperature sensor is working perfectly!!!!! Again Thanks!!!! |
Please log in to post a reply.
Did you know that 20 LEDs can be controlled from 11 microcontroller pins, to make a twinkling heart outline? Learn more...
|