newbe wants to store in 16f887 eeprom help


Results 1 to 6 of 6

Threaded View

  1. #3
    Join Date
    Dec 2011
    Location
    IO93ok
    Posts
    190


    Did you find this post helpful? Yes | No

    Default Re: newbe wants to store in 16f887 eeprom help

    I suspect you need SELECT CASE in the program not the eprom space which is used for DATA storage.

    I'm guessing you are using the tones as a control method. So you want a single tone or combination of tones to do something.

    You need to save the output of the tone decoder to a variable then use the variable result to Select Case . Each CASE can have the code you want to run.

    It's in the PBP manual.
    Last edited by tasmod; - 21st June 2012 at 14:11.

Members who have read this thread : 0

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

Tags for this Thread

Posting Permissions

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