Author |
Message |
Topic: Issues setting up bsearch - Invalid identifier |
kylemorin
Replies: 3
Views: 4772
|
Forum: General CCS C Discussion Posted: Tue Mar 13, 2007 11:27 am Subject: Issues setting up bsearch - Invalid identifier |
Since bsearch and qsort use similar syntax and often go hand-in-hand, and since the example in the CCS help file is not yet functional, I've posted functional code below as a follow-up demonstrating i ... |
Topic: Issues setting up bsearch - Invalid identifier |
kylemorin
Replies: 3
Views: 4772
|
Forum: General CCS C Discussion Posted: Mon Mar 12, 2007 2:05 pm Subject: Issues setting up bsearch - Invalid identifier |
PCM, I've modified your code a little bit to test it out and everything works great! I've posted below a fully functional example of how to use bsearch, so future forum browsers looking for bsearch sy ... |
Topic: Issues setting up bsearch - Invalid identifier |
kylemorin
Replies: 3
Views: 4772
|
Forum: General CCS C Discussion Posted: Mon Mar 12, 2007 11:41 am Subject: Issues setting up bsearch - Invalid identifier |
Hello all. I have been trying to get bsearch to work for quite some time now to no avail. I keep getting the error message "Expecting an identifier," even when I use the exact sample code in ... |
Topic: Function to generate square waves at desired frequencies |
kylemorin
Replies: 3
Views: 44032
|
Forum: Code Library Posted: Sun Mar 11, 2007 6:13 pm Subject: Function to generate square waves at desired frequencies |
Hello all,
Here is an example program I made to demonstrate how to play sounds with a PIC microcontroller. It utilizes a function I wrote, "playtone()" to create a square wave of a set fr ... |
|