Recent content by kwass

  1. K

    Nap-like function on a 20X2

    The Nap command isn't implemented on the 20X2 and I'm trying to figure out an alternative method to achieve exactly what NAP does. That is, I need to shut down the PICAXE for about 1/4 second so that it draws near zero power before waking up and doing a tiny bit of processing. I've tried...
  2. K

    Work around for PULLUP promblem in similator?

    I know that you know about the simulator crashing on the "pullup" command and are working on fixing it. However, in the meantime I would like to be able to code a directive in my programs to bypass the "pullup" command when run in the simulator. The problem is that if I accidentally click on...
  3. K

    Simulator Bug

    The following code crashes the simulator (in version 5.2.9) : #picaxe 20x2 dirsB=%11111111 dirsC=%00111101 pullup %00000110 I'm new to the picaxe. Is there something I'm doing wrong or is this a bug? The generated and download code seems to work just fine. It looks to me that the...
Top