Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    8,450

    Now that I look at the data sheet I see GPIO.4 is...

    Now that I look at the data sheet I see GPIO.4 is analog.
    So add

    ANSEL = 0
    Near the beginning of your code. That will make all pins digital.

    Other than that I do not see a problem.

    How...
  2. Replies
    7
    Views
    8,450

    Try HIGH GPIO.5 PAUSE 1000 LOW GPIO.5...

    Try


    HIGH GPIO.5
    PAUSE 1000
    LOW GPIO.5
    PAUSE 1000
Results 1 to 2 of 2