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 CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: PIC16F877 & DS1620 Temperature Sensor
servera

Replies: 8
Views: 14776

PostForum: General CCS C Discussion   Posted: Sat Jan 01, 2011 11:50 am   Subject: DS1620 working driver
This is a DS1620 working and tested driver, use it as you like.



#define DS1620_dq PIN_A0 // DS1620 DQ
#define DS1620_clk PIN_A1 // DS1620 CLK
#define DS1620_rst PIN_A2 // DS1620 RST
...
  Topic: MCP3421
servera

Replies: 9
Views: 25341

PostForum: General CCS C Discussion   Posted: Wed Dec 15, 2010 8:21 am   Subject: Working MCP3421 code
//
// This code setup the MCP3421 in 18bits mode and then enters
// a loop that continually reads and display the value read on
// a 2x20 character LCD.
//
// Use it as a starting point for your ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group