- Arduino Robotic Projects
- Richard Grimmett
- 172字
- 2021-09-03 09:59:28
Summary
In this chapter, you've learned how to interact with the Arduino IDE and create, edit, upload, and run programs on Arduino. You have also been exposed to the C programming language. If this is your first experience with programming, don't be surprised if you are still uneasy with programing in general and the if
and for
statements in particular. You probably felt just as uncomfortable with your first introduction to the English language; you just may not remember it.
It is always a bit difficult to try new things. However, I will try to give you explicit instructions on what to type so that you can be successful. There is one major challenge when working with computers. They always do exactly what you tell them to do and not necessarily what you want them to do. So, if you encounter problems, check several times to make sure that your code matches the example exactly. In the next chapter, you'll learn to access the GPIO pins to interface with the outside world.
- 新編Visual Basic程序設計上機實驗教程
- DBA攻堅指南:左手Oracle,右手MySQL
- Spring Cloud Alibaba微服務架構設計與開發(fā)實戰(zhàn)
- 編程卓越之道(卷3):軟件工程化
- Java應用開發(fā)與實踐
- SQL for Data Analytics
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- SEO智慧
- Reactive Programming With Java 9
- Learning Hunk
- Symfony2 Essentials
- 飛槳PaddlePaddle深度學習實戰(zhàn)
- 大數據分析與應用實戰(zhàn):統計機器學習之數據導向編程
- Essential C++(中文版)
- 例解Python:Python編程快速入門踐行指南