Question on LampDim.BAS


Results 1 to 14 of 14

Threaded View

  1. #7
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    Can I still use "T1CON=%00110100"?
    You have to set bit 2 to 0 T1CON = %00110000 for external oscillator.


    Code:
    gosub Debounce_AutoRepeat
    		if (triacdelayMaxDelay,
    			fullbright=1        ' set the full brightness Flag
    		endif
    The above has been copied from the code you have posted. This code, without correction, will not compile

    Al.
    Last edited by aratti; - 7th August 2010 at 09:18.
    All progress began with an idea

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts