max6675.cpp minor bug

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
petermao
 
Posts: 6
Joined: Thu Jun 16, 2011 12:46 pm

max6675.cpp minor bug

Post by petermao »

minor and easily findable/fixable, but I figured it should be pointed
out/ documented...

line 10:

Code: Select all

#include "MAX6675.h"
should be

Code: Select all

#include "max6675.h"

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: max6675.cpp minor bug

Post by adafruit »

what OS are you using?

User avatar
petermao
 
Posts: 6
Joined: Thu Jun 16, 2011 12:46 pm

Re: max6675.cpp minor bug

Post by petermao »

my OS is Fedora 10 GNU/Linux. I'm also running mac OS X (10.4 or 10.5... can remember which) but I tweaked the code before trying to compile.

User avatar
trickyd
 
Posts: 1
Joined: Thu Aug 25, 2011 7:30 pm

Re: max6675.cpp minor bug

Post by trickyd »

I had this error, too. The version that's on git right now (from july 13) still has

Code: Select all

#include "MAX6675.h"
instead of

Code: Select all

#include "max6675.h"

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”