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 5 matches
CCS Forum Index
Author Message
  Topic: 12f675
ismail66c

Replies: 1
Views: 3744

PostForum: General CCS C Discussion   Posted: Sun Nov 06, 2011 11:43 am   Subject: 12f675

#include <12f675.h>
#device adc=10
#fuses NOPROTECT,NOBROWNOUT,NOMCLR,NOPUT,NOCPD,NOWDT,RC_IO

#use fast_io(a) //Port yönlendirme komutları A portu için geçerli
#byte oscal=0x ...
  Topic: 12f629
ismail66c

Replies: 1
Views: 5509

PostForum: General CCS C Discussion   Posted: Wed Mar 18, 2009 2:28 pm   Subject: 12f629
I want to use 12f629, but how can I define internal osc and I/o ports
  Topic: CCS'DE STRUCT KULLANIMI
ismail66c

Replies: 4
Views: 6052

PostForum: General CCS C Discussion   Posted: Sun Nov 09, 2008 2:00 pm   Subject: Re: CCS'DE STRUCT KULLANIMI
struct use

struct veri {
char *ad;
int no;
};

struct veri kayit[5];

This is not working in main file.The other problem kayit[0].ad="mehmet" not working, but ch ...
  Topic: CCS'DE STRUCT KULLANIMI
ismail66c

Replies: 4
Views: 6052

PostForum: General CCS C Discussion   Posted: Sun Nov 09, 2008 1:53 pm   Subject: Re: CCS'DE STRUCT KULLANIMI
struct kulanımında hatalarla karşılaşmaktayım, aşagıda bunu açıklıyorum yardımcı olan olursa sevinirim.

struct veri {
char *ad;
int no;
...
  Topic: CCS'DE STRUCT KULLANIMI
ismail66c

Replies: 4
Views: 6052

PostForum: General CCS C Discussion   Posted: Sun Nov 09, 2008 1:50 pm   Subject: CCS'DE STRUCT KULLANIMI
struct kulanımında hatalarla karşılaşmaktayım, aşagıda bunu açıklıyorum yardımcı olan olursa sevinirim.

struct veri {
char *ad;
int no;
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group