Implementing a multivibrator function with python

Antoon Pardon antoon.pardon at rece.vub.ac.be
Tue Nov 12 11:37:13 EST 2013


Op 12-11-13 15:44, JL schreef:
> I am actually running python on raspberry pi. The trigger event is a button-press.

That doesn't help. What does that button-press cause in terms of the OS. Does
it cause a signal? Does it produce a number of bytes that can be read from
some file like object? Something else?

This is not python specific, the answer to those questions is needed no matter
what language you use to implement your function.

-- 
Antoon Pardon






More information about the Python-list mailing list