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 3 matches
CCS Forum Index
Author Message
  Topic: define input
milan.rajik2013

Replies: 5
Views: 6317

PostForum: General CCS C Discussion   Posted: Thu Mar 28, 2013 7:53 am   Subject: define input
Use #define UP PIN_D2;

If PIN_D2 is a switch then you have to use debounce delay otherwise your code will not work.


if(UP == 1) {
delay_ms(50);
if(UP = ...
  Topic: AT45DB161D Help !!!!!
milan.rajik2013

Replies: 15
Views: 20909

PostForum: General CCS C Discussion   Posted: Wed Mar 27, 2013 10:36 am   Subject: Both of us?

I would be happy to see code examples.


Yes. I missed that.

c:\program files\picc\drivers\at45db021.c

Both of us? You mean Sterngleiter and myself?
  Topic: AT45DB161D Help !!!!!
milan.rajik2013

Replies: 15
Views: 20909

PostForum: General CCS C Discussion   Posted: Tue Mar 26, 2013 10:07 pm   Subject: AT45DB161D Help !!!!!
I use PIC18f8622, Platform is PCWHD Vers.4.134, Googling no success, The Application Note is an example in C for AVR. I understand some of it. But very much unclear how the reading of buffer with. As ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group