Search results

  1. M

    Probably a simple question.... but....

    If I define an input pin as a symbol: symbol modeswitch = C.7 What is the syntax for reading the pin as in "if pinC.7 = 1 then.... "
  2. M

    Eeprom use?

    I've written a program which frequently changes the data in the pic's eeprom memory - so that the data is preserved when the power is switched off. I understand the eeprom memory has a limited number of read/write cycles before failing, so would I be better off rewriting my code to use...
Top