Page 1 of 1

piTest safe usage

Posted: 18 Sep 2019, 22:40
by dynamicstudio
Hello, I've got a question about the piTest command.

I'm building a small automation setup and for the moment I just need to write specific values to my DIO. I was wondering if using piTest -w <outputname>,<value> is considered to be safe for production use or if I need to write my own code in C?

Thanks :)

Re: piTest safe usage

Posted: 19 Sep 2019, 06:57
by dirk
Hi, well just use it and if it does not meet your requirements you may extend it according to your needs as well. Have a look at Tutorial 13 – PiTest source code.

Re: piTest safe usage

Posted: 19 Sep 2019, 09:08
by dynamicstudio
Perfect,
thanks for the info!