Unsubscribe

2022-07-01 Thread josh
Good bye josh :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Why won't the LED flash?

2015-12-20 Thread Josh
te: sorry if you already said this but what platform are you using? also a schematic of your circuit would be interesting even being so simple On Sun, Dec 20, 2015 at 3:18 AM, Josh <mailto:k1llfre...@hotmail.co.uk>> wrote: Thought it might be a firmware problem or something, so I

Re: Why won't the LED flash?

2015-12-19 Thread Josh
Thought it might be a firmware problem or something, so I just re-flashed the firmware but it's still happening, just eliminating possibilities. Also the second of my last emails was the correct one, I canceled the previous but it sent anyways. Thanks. On 19/12/15 12:50, Josh wrote: I

Re: Why won't the LED flash?

2015-12-19 Thread Josh
#x27;PB_29)) it doesn't work, but it does when it's just (pio-pijn-setlow 'PB_29). I don't really know what's going on, but it's starting to get irritating. On 19/12/15 03:45, Raman Gopalan wrote: Dear Josh, greetings! Firstly, great to know you're playing wit

Re: Why won't the LED flash?

2015-12-19 Thread Josh
#x27;PB_29)) it doesn't work, when logically it meets the syntax and makes sense. On 19/12/15 03:45, Raman Gopalan wrote: Dear Josh, greetings! Firstly, great to know you're playing with your board! Perfect! > Why does this small amount of code not make the onboard LED flash? I thi

Re: Why won't the LED flash?

2015-12-18 Thread Josh
en off and looping it should blink, but it won't. On 19/12/15 03:45, Raman Gopalan wrote: Dear Josh, greetings! Firstly, great to know you're playing with your board! Perfect! > Why does this small amount of code not make the onboard LED flash? I think you're not providing eno

Why won't the LED flash?

2015-12-18 Thread Josh
Why does this small amount of code not make the onboard LED flash? (pio-pin-setdir *pio-output* 'PB_29) (pio-pin-sethigh 'PB_29) (loop (pio-pin-setlow 'PB_29) (tmr-delay 0 10) (pio-pin-sethigh 'PB_29)) All that happens in the blue LED turns on and stays on, even though the c

Re: Mizar32 - What order do functions have to appear?

2015-12-17 Thread Josh
Scratch that, I hit enter and it worked. On 17/12/15 21:14, Josh wrote: Sorry for waiting so long before replying. I have moved to Linux, I have installed Picolisp and installed minicom but running minicom just returns "minicom: cannot open /dev/ttyACM0: No such file or directory"

Re: Mizar32 - What order do functions have to appear?

2015-12-17 Thread Josh
Sorry for waiting so long before replying. I have moved to Linux, I have installed Picolisp and installed minicom but running minicom just returns "minicom: cannot open /dev/ttyACM0: No such file or directory" what do I do about this? Thanks. On 03/12/15 12:25, J B wrote: Thanks for the quick