Hardware Reference
In-Depth Information
Compile and deploy to Arduino Yún board.
This app will send data to Linino with name "counter". This value will be retrieved by
Linino. We use Python application.
Open SSH Terminal. Create a file
hello.py
and write this code.
import
sys
import
time
sys.path.insert(
0
, '/usr/lib/python2.7/bridge/')
from
bridgeclient
import
BridgeClient
as
bridgeclient
