-->
Page 3 of 3

Re: More on the PSF-A85 Module

PostPosted: Mon Aug 22, 2016 8:59 am
by PhilTilson
Have just checked out GPIOs 9 and 10 using the PWM Example and they both work fine!

Re: More on the PSF-A85 Module

PostPosted: Mon Aug 22, 2016 11:51 pm
by forlotto
how about io(po,9,1)

to turn on

and io(po,9,0)
to turn off

same thing for pin10 I normally get a reset using these pins in this manner.

thanks for sharing!

Re: More on the PSF-A85 Module

PostPosted: Tue Aug 23, 2016 11:47 am
by PhilTilson
That's exactly what that Example program uses!
Code: Select all[SetThePin]
io(po,pinNo,pinStat)
wait

So yes, it works fine!

Re: More on the PSF-A85 Module

PostPosted: Wed Aug 24, 2016 9:50 pm
by forlotto
Excellent thanks for that bit of info I may have to purchase one or ten of these thanks!