- Internet of Things with Intel Galileo
- Miguel de Sousa
- 178字
- 2021-07-16 13:36:09
The Arduino IDE
The code you write is named sketch
. With the Arduino IDE, you'll be able to compile your sketches and upload them to your Galileo. Open your Arduino IDE, and you'll find the following environment:

Galileo Arduino IDE
Identifying the IDE components, you can find:
- Verify: This button will be your best friend. It will help you compiling your sketch and troubleshooting any issues or syntax errors.
- Upload: It will verify your code and, if it has no errors, it will upload your program to the board.
- New: It creates a new sketch.
- Open: This opens an existing sketch.
- Save: It saves your sketch. The saved sketches have the file extension
.ino
. - Serial monitor: This opens the serial monitor window, which displays serial data from Galileo. This monitor window also allows you to send messages to your board.
- Your sketch: This is where you will write your code.
- Console: It gives feedback about the operations you are doing. If errors are found when you verify your sketch, they will also be displayed here, usually in red.
推薦閱讀
- Python程序設計教程(第2版)
- Expert C++
- JIRA 7 Administration Cookbook(Second Edition)
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- TestNG Beginner's Guide
- Monitoring Elasticsearch
- HTML5 and CSS3 Transition,Transformation,and Animation
- Java Web開發技術教程
- Python數據結構與算法(視頻教學版)
- jQuery Mobile移動應用開發實戰(第3版)
- Multithreading in C# 5.0 Cookbook
- IoT Projects with Bluetooth Low Energy
- RESTful Web Clients:基于超媒體的可復用客戶端
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- PHP項目開發全程實錄(第4版)