错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Introduction to Arduino

  • Alexandros Drymonitis

摘要

In this chapter, we will be introduced to the Arduino prototyping platform. As with the previous chapter, if you’re already using Arduino, and you’re programming it yourself, feel free to skip this chapter. Mind you that apart from the Arduino language itself, we will also focus on its serial communication capabilities, in combination with Pd. This means that we will be using both ways of serial communication (Serial.println() and Serial.write()), and we will analyze the way they work, their differences, as well as their advantages and disadvantages compared to one another.