- Arduino Robotic Projects
- Richard Grimmett
- 198字
- 2021-09-03 09:59:25
Chapter 2. Getting Started with the Arduino IDE
Now that you have Arduino connected to power, you are ready to start the IDE. In this chapter, I'll start by covering how to use the IDE in Windows. Then, I'll cover any specific change you might need to make if you are using a Mac.
For this chapter, the objectives are as follows:
- Load and configure the Arduino IDE
- Download and run a simple example program
As discussed previously, Arduino comes in many flavors and there are too many to include an example for each one. Sometimes, individual boards will need a special version of the IDE. This book will focus primarily on Uno, perhaps the most popular of Arduino variants. Here and there I'll also throw in an example or two from Mega and one of the small Arduino form factors, FLORA. There are two versions of the IDE: 1.0.x and 1.5.x. Most of your work will be done with 1.0.x, but I'll show you when to use 1.5.x for some newer versions of Arduino. You don't need a board to experiment with the IDE, but it will make much more sense if you have one.
- Visual FoxPro程序設計教程(第3版)
- Docker進階與實戰
- Learning Selenium Testing Tools with Python
- SAS數據統計分析與編程實踐
- SQL基礎教程(視頻教學版)
- Python數據可視化之Matplotlib與Pyecharts實戰
- 單片機C語言程序設計實訓100例
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Windows Embedded CE 6.0程序設計實戰
- Windows Phone 8 Game Development
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Mudbox 2013 Cookbook
- 深入分析GCC
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Jakarta EE Cookbook