Re: [Sdcc-user] Examples for PIC 16F777

2010-12-24 Thread Kaan AKŞİT
Dear Juan, Thank you very much for these valuable aid. As far as I see, SDCC does not have any built-in functions for commonly used functions such as a software asynchronous serial transmission or a sleep function. If I am wrong, please correct me. Best regards, Kaan 22 Aralık 2010 10:13 tarih

Re: [Sdcc-user] Examples for PIC 16F777

2010-12-22 Thread Juan Gonzalez Gomez
Hi kaan, 2010/12/21 Kaan AKŞİT > Thanks Juan, this will save sometime for me. by anyway do you have also a > PORTB change interrupt sample. > http://svn.iearobotics.com/Curso_pic/PIC16/v1.0/Modulo2-puertos/ejemplos/Puerto-B/flancos2.c It is a very simple example. When a change is detected on

Re: [Sdcc-user] Examples for PIC 16F777

2010-12-21 Thread Kaan AKŞİT
Thanks Juan, this will save sometime for me. by anyway do you have also a PORTB change interrupt sample. Kaan 2010/12/21 Juan Gonzalez Gomez > oops, the example is for the PIC16F876/877. I have not tested on a > PIC16F777 > > Best regards, Juan > > 2010/12/21 Juan Gonzalez Gomez > > Hi, >> >> H

Re: [Sdcc-user] Examples for PIC 16F777

2010-12-21 Thread Juan Gonzalez Gomez
oops, the example is for the PIC16F876/877. I have not tested on a PIC16F777 Best regards, Juan 2010/12/21 Juan Gonzalez Gomez > Hi, > > Here you are a simple example of how to generate a 10Khz squared signal > using timer 0 with interruptions. The comments are in spanish, but the code > is ver

Re: [Sdcc-user] Examples for PIC 16F777

2010-12-21 Thread Juan Gonzalez Gomez
Hi, Here you are a simple example of how to generate a 10Khz squared signal using timer 0 with interruptions. The comments are in spanish, but the code is very simple and easy to understand http://svn.iearobotics.com/Curso_pic/PIC16/v1.0/Modulo4-timer/ejemplos/timer0-onda10Khz-int.c Best regards