Arduino Step by Step Guide: Basic Level

所在平台: Udemy

课程主页: https://www.udemy.com/course/arduino-step-by-step-guide-basic-level/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** Arduino入门指南:基础级别 **课程概述:** 本课程旨在教授Arduino这一开源电子项目构建平台。Arduino包括一个可编程的物理电路板(微控制器)和一个运行在计算机上的集成开发环境(IDE),用于编写和上传程序到电路板。Arduino板载多种微处理器和控制器,并配备数字和模拟输入/输出引脚、用于加载程序的USB接口、电源接口和复位按钮等。 用Arduino IDE编写的程序称为“sketch”,支持C和C++语言,并遵循特殊的代码结构。每个sketch包含两个核心函数:`setup()` 和 `loop()`。`setup()` 函数用于初始化变量、设置引脚模式及加载所需库。`loop()` 函数则在`setup()`执行之后无限循环运行,直到板卡断电或复位。 Arduino可以与按钮、LED、电机、扬声器、摄像头、电视和智能手机等多种设备进行交互,几乎可以应用于所有电子项目。 **讲师:** Prof. D D Zala

课程评论(0条)

课程详情

Arduino is an open source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board or microcontroller and a software, IDE (Integrated Development Environment) that runs on the computer. It is used to write and upload computer code to the physical board. Arduino board designs use a variety of microprocessors and controllers. The boards are equipped with sets of digital and analog input/output pins, USB connection which is used for loading programs from computers, power jack, reset button etc. A program written with the IDE for Arduino is called a sketch. The Arduino IDE supports the languages C and C++ using special rules of code structuring. It consists of only two functions, setup and loop. The setup function is used to initialize variables, input and output pin modes and other libraries needed in the sketch. After setup has been called, function loop is executed repeatedly in the main program. It controls the board until the board is powered off or reset. Arduino can interact with buttons, LEDs, motors, speakers, cameras, TV and smart phones etc. It can used for almost any electronics projects. The Arduino Tutorial effort for Arduino has been contributed by Prof. D D Zala.

课程标签

0人关注该课程

主题相关的课程