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 2 matches
CCS Forum Index
Author Message
  Topic: help with array send as argument
vic481

Replies: 2
Views: 4423

PostForum: General CCS C Discussion   Posted: Thu Dec 02, 2010 12:51 pm   Subject: help with array send as argument
Tnx for reply and explanation.
  Topic: help with array send as argument
vic481

Replies: 2
Views: 4423

PostForum: General CCS C Discussion   Posted: Thu Dec 02, 2010 2:23 am   Subject: help with array send as argument
Hi, all! I'm trying make pwm sound:

void snd(int8 how_many_times,int8 freq_val[5])
{
int8 i;

for(i=0;i<how_many_times;i++)
{
setup_timer_2(T2 ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group