- Arduino by Example
- Adith Jagadish Boloor
- 142字
- 2021-07-16 20:06:33
Summary
You have now completed the basic introduction to the world of Arduino. In short, you have successfully set up your Arduino and have written your first code. You also learned how to modify the existing code to create something new, making it more suitable for your specific needs. This methodology will be applied repeatedly while programming, because almost all the code available is open source and it saves time and energy.
In the next chapter, we will look into sensors and displays. You will build a digital ruler that you can use to measure short distances. It will consist of an ultrasound sensor to compute distance and a small LCD screen to display it. Additionally, we will look at safely powering the Arduino board using a battery so that you are not dependent on your computer for USB power every time.
- Learn TypeScript 3 by Building Web Applications
- Python Game Programming By Example
- INSTANT MinGW Starter
- 教孩子學(xué)編程:C++入門圖解
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- Responsive Web Design by Example
- C語言程序設(shè)計(jì)
- Android Native Development Kit Cookbook
- Python算法指南:程序員經(jīng)典算法分析與實(shí)現(xiàn)
- 分布式數(shù)據(jù)庫HBase案例教程
- 每個(gè)人的Python:數(shù)學(xué)、算法和游戲編程訓(xùn)練營
- 用Go語言自制編譯器
- Learning ROS for Robotics Programming
- Isomorphic JavaScript Web Development
- JavaScript重難點(diǎn)實(shí)例精講