CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Can't get negative value from ds1621

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Mozr
Guest







Can't get negative value from ds1621
PostPosted: Mon Jan 01, 2007 1:46 pm     Reply with quote

Please, give me an idea how to convert 11111111 10000000 and such neg. temperature values to real negative value?
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Jan 01, 2007 2:23 pm     Reply with quote

Look at the CCS driver file, DS1621.c. It has a function to return
the full temperature range of the chip. Here's an excerpt from
the driver file:
Code:

// Returns degrees F (-67 to 257)

signed long read_full_temp() {


The driver is in this folder:
c:\program files\picc\drivers\ds1621.c
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group