- 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.
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- Docker and Kubernetes for Java Developers
- Software Testing using Visual Studio 2012
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- PyTorch自然語言處理入門與實戰
- Swift細致入門與最佳實踐
- MATLAB 2020從入門到精通
- Unity 2018 Augmented Reality Projects
- Android Studio Cookbook
- Mastering Elixir
- App Inventor 2 Essentials
- 現代CPU性能分析與優化
- JavaEE架構與程序設計
- 3D Printing Designs:The Sun Puzzle
- Beginning C# 7 Hands-On:The Core Language