MEDIATEK LinkIt Smart 7688 Developer's Manual page 77

Hide thumbs Also See for LinkIt Smart 7688:
Table of Contents

Advertisement

6.5.2. Blink Program – Linux Side
As describe in chapter 4, "General Programming Guide", you can program the Linux side using
many languages, including C/C++, Python or Node.js. In this example, Python is used to illustrate a
program that sends command to the MCU (Arduino) side to make the LED blink.
Use a text editor of your choice and create a new file, then copy the following code and
1)
save it.
import serial
import time
s = None
def setup():
This document contains information that is proprietary to MediaTek Inc.
Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.
MediaTek LinkIt™ Smart 7688 Developer's Guide
Figure 56 Upload Sketch in Arduino IDE
© 2015, 2016 MediaTek Inc.
Page 77

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents