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 4 matches
CCS Forum Index
Author Message
  Topic: How Does It Work?
JimT

Replies: 5
Views: 6453

PostForum: General CCS C Discussion   Posted: Fri Mar 23, 2007 6:27 am   Subject: How Does It Work?
PCM Programmer,

Thanks for the reply, that's just what I was looking for.

JimT.
  Topic: How Does It Work?
JimT

Replies: 5
Views: 6453

PostForum: General CCS C Discussion   Posted: Thu Mar 22, 2007 4:50 pm   Subject: How Does It Work?
Closing question:

Is this extension covered in the CCS documentation? I'm looking for something to reference.

Thanks,

Jim.
  Topic: How Does It Work?
JimT

Replies: 5
Views: 6453

PostForum: General CCS C Discussion   Posted: Thu Mar 22, 2007 8:06 am   Subject: How Does It Work?
SherpaDoug

Thanks for the reply. We'll make sure we document it in the code.

Thanks,

Jim.
  Topic: How Does It Work?
JimT

Replies: 5
Views: 6453

PostForum: General CCS C Discussion   Posted: Thu Mar 22, 2007 6:50 am   Subject: How Does It Work?
Folks,

While reviewing code for a port our team will be doing, I ran accross these function definitions:
void LCD_write_nibble(byte n)
{
output_bit(LCD_D4, n & 1); ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group