View previous topic :: View next topic |
Author |
Message |
reyes33d88
Joined: 18 Apr 2013 Posts: 7
|
How to use a x10.c library in ccs |
Posted: Thu Apr 18, 2013 11:37 am |
|
|
Hi guys, I want to use the x10.c library, but I donĀ“t know how the instructions set, at the moment I know only the x10_write instruction, does somebody could help me please? |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Thu Apr 18, 2013 11:46 am |
|
|
Look at the ex_x10.c example file. It calls the functions in the x10.c
driver file. It shows how to use the functions:
Quote: | c:\program files\picc\examples\ex_x10.c |
|
|
|
reyes33d88
Joined: 18 Apr 2013 Posts: 7
|
|
Posted: Thu Apr 18, 2013 11:52 am |
|
|
PCM programmer wrote: | Look at the ex_x10.c example file. It calls the functions in the x10.c
driver file. It shows how to use the functions:
Quote: | c:\program files\picc\examples\ex_x10.c |
|
Thank you, do you have some example in proteus?, thank you!!! |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
reyes33d88
Joined: 18 Apr 2013 Posts: 7
|
|
Posted: Thu Apr 18, 2013 12:06 pm |
|
|
Good reason, thank you, have you ever work this library?, I have to leave the school, when I get home, I'll simulate it |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
|
|
|