Search:

Type: Posts; User: Nurin Kyoto

Search: Search took 0.01 seconds.

  1. void pwm_init(void){ // Setting PWM...

    void pwm_init(void){
    // Setting PWM frequency = 4.90KHz at 8MHz OSC Freq
    PR2 = 0x65;
    T2CKPS1 = 0;
    T2CKPS0 = 1; // Timer 2 prescale = 4.

    CCPR1L = 0; // Duty...
  2. help: coding for line follower robot using microcontroller PIC18F4550

    #include <htc.h>

    __CONFIG(1,0x0F24);
    __CONFIG(2,0X0000);

    #define _XTAL_FREQ 8000000 //using internal osc

    #define UART_BAUD 9600
  3. may i know what is wrong with this coding? tq

    Start(){


    char exit,key;


    exit =1;


    while(exit)
  4. ooo.. so it is just a system file? tq... when the...

    ooo.. so it is just a system file? tq... when the coding being written like that it look complicated.... thx again...

    can i ask one more thing, why there are some coding use '!= ' what does it do?
  5. can anyone tell me what is the meaning of this function

    #include d:\mc51\8051io.
    h
    #include d:\mc51\8051reg.

    tq...
Results 1 to 5 of 5