- Arduino by Example
- Adith Jagadish Boloor
- 194字
- 2021-07-16 20:06:31
Chapter 1. Getting Started with Arduino
Hello there! If you are reading this book right now, it means that you've taken your first step to make fascinating projects using Arduinos. This chapter will teach you how to set up an Arduino and write your first Arduino code.
You'll be in good hands whilst you learn some of the basics aspects of coding using the Arduino platform; this will allow you to build almost anything including robots, home automation systems, touch interfaces, sensory systems, and so on. Firstly, you will learn how to install the powerful Arduino software, then set that up, followed by hooking up your Arduino board and, after making sure that everything is fine and well, you will write your first code! Once you are comfortable with that, we will modify the code to make it do something more, which is often what Arduino coders do. We do not just create completely new programs; often we build on what has been done before, to make it better and more suited to our objectives. The contents of this chapter are divided into the following topics:
- Prerequisites
- Setting up
- Hello World
- Summary
- CockroachDB權威指南
- Maven Build Customization
- Java深入解析:透析Java本質的36個話題
- Kotlin Standard Library Cookbook
- 零基礎學Python數據分析(升級版)
- C語言程序設計同步訓練與上機指導(第三版)
- 軟件項目管理實用教程
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- 物聯網系統架構設計與邊緣計算(原書第2版)
- Solr權威指南(下卷)
- C語言程序設計教程
- Mastering Drupal 8
- Professional JavaScript
- Developing Java Applications with Spring and Spring Boot
- GO語言編程從入門到實踐