Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: firsttimer; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,919

    Re: Help with Hellebuyck reverse flashing led

    Thanks the next page version worked ok.
  2. Replies
    4
    Views
    2,919

    Help with Hellebuyck reverse flashing led

    This is what is in his book but it will not programme

    symbol led = b0
    pins = %00000000
    dirs = %11111111
    main:
    for led = 0 to 7
    high led
    pause 1000
    low led
  3. Replies
    1
    Views
    4,827

    What do all the fuses do

    I have external I have 40mhz crystal so on a 16f876 I am just learning
  4. Replies
    2
    Views
    2,247

    First time trying to flash one LED

    I have wrote and programmed PIC and tested the circuit which very simple yet it wont work,


    LED var portb.0
    trisb = %11111110
    main:
    high led
    pause 1000
    low led
    pause 1000
Results 1 to 4 of 4