- 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
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- R語言游戲數(shù)據(jù)分析與挖掘
- 編程珠璣(續(xù))
- Learning Apache Kafka(Second Edition)
- Oracle Exadata專家手冊
- Oracle 18c 必須掌握的新特性:管理與實(shí)戰(zhàn)
- C語言程序設(shè)計(jì)
- Natural Language Processing with Java and LingPipe Cookbook
- Learning Apache Karaf
- 現(xiàn)代C++編程實(shí)戰(zhàn):132個(gè)核心技巧示例(原書第2版)
- 人工智能算法(卷1):基礎(chǔ)算法
- Java編程從入門到精通
- PHP 8從入門到精通(視頻教學(xué)版)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)(第二版)
- Clojure Web Development Essentials