Day 08 Section Summary 2

Mbed Simulator

  • Importance of Mbed platform in rapid embedded systems design
  • Functions and benefits of Mbed software development resources and HDK
  • Compare and contrast benefits and drawbacks of high-level and low-level programming
  • Features, functions and benefits of CMSIS

GPIO peripherals

  • Relationship between electrical voltages and logic values
  • Key features and elements of GPIO design in relation to microcontrollers 
  • Use DigitalIn/DigitalOut and BusIn/BusOut interfaces

Interrupts for controlling peripherals

  • Purpose of interrupts and interaction with processor
  • Types of microcontroller interrupts
  • How interrupt service routines can be implemented
  • Procedures of exception processing
  • Implement ISR to handle control of peripherals

<<:  CSS垂直置中

>>:  [DAY 18] 自动建立回应试算表及改名

Day16 javascript 创建对象

通过 JavaScript,咱们能够定义并创建自己的物件,创建新物件有两种不同的方法: 1.使用 O...

伸缩自如的Flask [day 7] Post data with Form tag

可以先把下面的范例载下来,并执行app.py: https://github.com/wilsons...

[Day 32] - 手把手跨出第一步!用JavaScript在Arduino上写出第一支闪烁LED程序-Part 2

大家好,我是17King~ d(`・∀・)b 好久不见,因为最近比较多事情...Orz 但!我没有忘...

D11/ 要怎麽显示动态资料的画面 - State

今天大概会聊到的范围 State Gesture Modifier 在之前,都只是在介绍比较静态的...

如何撰写Dockerfile?

Docker指令整理 FROM: 使用到的 Docker Image 名称 MAINTAINER: ...