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 6 matches
CCS Forum Index
Author Message
  Topic: Unable to display function in 16 x 2 LCD in second Line
anilmanisingh

Replies: 3
Views: 7481

PostForum: General CCS C Discussion   Posted: Thu Sep 10, 2015 12:20 am   Subject: Unable to display function in 16 x 2 LCD in second Line
Hi , Everyone

I am using two push buttons to display two parameters at same time.
But I am unable to do so. I want to change my program each time I press the pushbutton1 in Line 1 and in Line 2 I ...
  Topic: low batt adc
anilmanisingh

Replies: 1
Views: 4478

PostForum: General CCS C Discussion   Posted: Fri Apr 10, 2015 4:00 am   Subject: low batt adc
Hello everyone.

I want to start my switch count when the battery is above 4 volt and switch on the led. If battery is less than 4 volt switch one led at PORT C5.

But I am unable to do so.
Pleas ...
  Topic: unable to restart my loop from zero again
anilmanisingh

Replies: 2
Views: 4711

PostForum: General CCS C Discussion   Posted: Wed Apr 08, 2015 4:24 am   Subject: unable to restart my loop from zero again
if (count > 3) count = 1;

Thanks Alan
Problem Solved
  Topic: unable to restart my loop from zero again
anilmanisingh

Replies: 2
Views: 4711

PostForum: General CCS C Discussion   Posted: Wed Apr 08, 2015 3:47 am   Subject: unable to restart my loop from zero again
Hello Everyone.

I want my program to start from LED One again .
But I am stuck after the switch is incremented to 3.

#include <18F4520.h>
#fuses INTRC_IO, BROWNOUT, PUT, NOWDT
#use dela ...
  Topic: Unable to increment using push button
anilmanisingh

Replies: 7
Views: 14988

PostForum: General CCS C Discussion   Posted: Thu Mar 05, 2015 5:50 am   Subject: Unable to increment using push button
Thanks for your reply.

Actually I want to blink led differently each time I press the push button GP5.

My problem is I am unable to get it correctly.

Hi mike after 2 I want to start over gain ...
  Topic: Unable to increment using push button
anilmanisingh

Replies: 7
Views: 14988

PostForum: General CCS C Discussion   Posted: Thu Mar 05, 2015 4:01 am   Subject: Unable to increment using push button
#include <12F675.h>
//#device ADC=10
#fuses INTRC_IO,NOWDT,NOPUT,NOPROTECT,NOCPD,NOMCLR
#use delay(clock=4000000)
#define GP0 PIN_A0
#define GP1 PIN_A1
#define GP2 PIN_A2
#define GP3 PIN_ ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group