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: 18f4520 PWM
colourwheel

Replies: 6
Views: 8206

PostForum: General CCS C Discussion   Posted: Sun Jan 20, 2008 12:37 am   Subject: 18f4520 PWM
ok nex time i know what to put for the title and thanks for the help!!
  Topic: 18f4520 PWM
colourwheel

Replies: 6
Views: 8206

PostForum: General CCS C Discussion   Posted: Fri Jan 18, 2008 8:23 am   Subject: 18f4520 PWM
#include<p18f4520.h>
void main()
{
TRISC=0b11111011;
T2CON=0b00000101;
PR2=249;
CCPR1L=0B1111101;
CCP1COB=0B00001111;
while(1)
}

i only have sounds coming out but it does no sound li ...
  Topic: 18f4520 PWM
colourwheel

Replies: 6
Views: 8206

PostForum: General CCS C Discussion   Posted: Fri Jan 18, 2008 8:14 am   Subject: 18f4520 PWM
mine is pic18f4520 issit the same as the link u post there?
i need to produce a fire engine sound, is that possible? any sample programm?
  Topic: 18f4520 PWM
colourwheel

Replies: 6
Views: 8206

PostForum: General CCS C Discussion   Posted: Thu Jan 17, 2008 8:12 am   Subject: 18f4520 PWM
i am a beginner and i hope to find out how PWM works. How it produce sounds or duty cycle. hope someone can help me with the programm thanks.
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group