Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in code!? #5

Closed
yosef321 opened this issue Jun 4, 2015 · 5 comments
Closed

Errors in code!? #5

yosef321 opened this issue Jun 4, 2015 · 5 comments

Comments

@yosef321
Copy link

yosef321 commented Jun 4, 2015

when i run the code and library i get this error " fatal error: util/delay.h: No such file or directory
#include <util/delay.h>
^
compilation terminated.
Error compiling.
". Not sure if i missed something or something is wrong with the code.

@ghost
Copy link

ghost commented Sep 8, 2015

dito, also the link.

// this example is public domain. enjoy!
// www.ladyada.net/learn/sensors/thermocouple

is 404

@ghost
Copy link

ghost commented Sep 8, 2015

the file library.properties is empty,
fill in this:
name=Adafruit MAX6675
version=1.0.0
author=Adafruit
maintainer=Adafruit info@adafruit.com
sentence=MAX6675
paragraph=MAX6675
category=Uncategorized
url=https://github.com/adafruit
architectures=*

@florinbuda85
Copy link

4 years later i have the same issue..

@sparth62
Copy link

sparth62 commented Oct 4, 2019

4 years later i have the same issue..

Hi friend, I successfully solved this issue, Open max6675.cpp file, Remove #include <util/delay.h> and replace all _delay_ms(1); with delay(1);..... save and run code

@ladyada
Copy link
Member

ladyada commented Jun 4, 2020

fixed

@ladyada ladyada closed this as completed Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants