Recent content by mholguin

  1. M

    What's wrong with this code?

    I finally got some time to play with pwmout, but, when I run this code on a 18X: '************** main: for b0 = 100 to 400 step 10 pwmout 3 , 99, b0 wait 2 sertxd (#b0,13,10) next b0 high 7 'sound buzzer to signal end of loop wait 1 low 7 goto main '*************** end I get this...
  2. M

    Connecting Picaxes via I/O pins

    I'm thinking sharing simple logic between 2 (or more) picaxes , where several act as "sensors" communicating discrete events to a central (master?) Picaxe. I'm thinking on simply connecting an outpin from one of the "sensors" to an input pin of the "master" and signaling events by simply...
  3. M

    Attempting to have an interrupt "active" during part of the code only

    Hi all: I would like to have an Interrupt active , but only during a section of the code, inactive the rest of the time. Is easy to define it during the execution of the desired code to be "monitored" by the interrupt, and to shut it off at the end of it. It works like a charmed for the first...
Top