Private
Public Access
2
0

hello_isr.py: add sleep to the example to reduce confusion

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-09-19 01:06:59 +01:00
parent ef20d5ed3e
commit dcc4efbaf8
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ controlled by the mode that the 'edge' is in.
:prepend: import mraa
:start-after: import mraa
**Note:** If the python script is ended the destructors will run meaning that
the ISR will not run. The sleep call is there for that function.
I2c
===