Recent content by navkaleel

  1. N

    Debugging the pins variable

    I've discovered a strange problem when debugging the pins variable. When I run the code below in the Program Editor a debug screen opens, as it should. The value of dirs shows correctly as %00000100 but the value of pins remains at %00000000. It does not toggle between %00000100 and &00000000...
  2. N

    How do you compare signed numbers ?

    I have made an LCD thermometer with an 18X, DS18B20 and a parallel LCD. I am reading the temperature periodically using the READTEMP command in a loop - basically using code modified from the PICAxe manual to read the DS18B20 and display the temperature on the LCD. I handle negative numbers by...
Top