Day 13 Section Summary

Implement audio wave generator using the Mbed API

  • Theory of analog signal to digital signal conversion

  • Common type of digital-to-analog converter(DAC)

  • Common types of analog-to-digital converters(ADCs) and their advantages and disadvantages

  • Properties of analog-to-digital conversion including range, resolution, quantization and sampling

  • Demonstrate use of Mbed API functionality to capture and generate analog signals

  • Implement a working microcontroller program

  • Function of timer and compare functionality of hardware and software timer

  • Components of standard timer

  • Features and operation of an Mbed timer and ticker

  • Demonstrate the use of Mbed API functions when implementing PWM, timers and time ticker interrupts

  • Design audio player that will play pre-saved melody

  • Adapt provided skeleton code to create a basic music player


<<:  [Day13] 第十三章-完成登入API (产生jwt token给前端使用)

>>:  【D28】模组化#3:取得市场行情资料

[鼠年全马] W40 - 用GithubPages写下完美句点

这篇是今年的最後一篇~ 最近有个需求是要架个对外的站台,内容是作品集展示之类的东东 上网估狗了一下有...

:nth-child() 为什麽是从1开始不是从0开始

之前上课时jQuery讲师说到: :nth-child(b) b要从1开始,不知道为什麽 比如$('...

【Day5】 Introduction

基本语法 就让我们从大家学程序语言第一个程序码「Hello world!」开始讲起吧! #inclu...

Day 20 - Spring Boot & Session

Session 介绍 Session 是储存在Server (服务器)端的资料,当Client 端第...

容器化基本概念

容器映像(container image)是开发人员创建并注册的程序包(package),包含在容...