- 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.
- Vue.js 3.x快速入門
- PHP基礎案例教程
- 認識編程:以Python語言講透編程的本質
- 人臉識別原理及算法:動態人臉識別系統研究
- 鋒利的SQL(第2版)
- HTML5從入門到精通 (第2版)
- Mastering JavaScript Design Patterns(Second Edition)
- 西門子S7-200 SMART PLC編程從入門到實踐
- Learning Apache Karaf
- Red Hat Enterprise Linux Troubleshooting Guide
- 計算機組裝與維護(第二版)
- 大規模語言模型開發基礎與實踐
- Python數據科學實踐指南
- Mapping with ArcGIS Pro
- Instant Pygame for Python Game Development How-to