Main Content

이 페이지는 기계 번역을 사용하여 번역되었습니다. 영어 원문을 보려면 여기를 클릭하십시오.

IO Device Builder

사용자 지정 또는 타사 C/C++ 파일을 위한 Simulink 블록 생성

Simulink® Support Package for Arduino® Hardware에 포함된 IO Device Builder 앱을 사용하면 사용자 지정 소스 파일 또는 타사 소스 파일(C/C++)을 위한 System object™를 빠르게 만들 수 있습니다. System object를 사용하면 MATLAB System 블록을 사용하여 Simulink 블록을 만들 수 있습니다.

IO Device Builder를 사용하려면 Simulink 툴스트립의 하드웨어 탭으로 이동하십시오. 준비 섹션의 설계에서 IO Device Builder를 선택합니다. 그러면 일련의 화면이 표시되고 System object를 만든 다음Simulink 블록을 만드는 과정을 안내합니다.

도움말 항목

예제

Create DHT11 Sensor Block to Measure Relative Humidity and Temperature Using IO Device Builder App

This example shows how to use the IO Device Builder app to create DHT11 sensor for measuring relative humidity and temperature. In this example, the DHT11 sensor communicates with a microcontroller through a single-wire interface.

Create ADXL343 Sensor Block to Read Acceleration Using IO Device Builder App

This example shows how to use the IO Device Builder app to create ADXL343 sensor to measure acceleration.

Create OLED Display Block to Display Acceleration Using IO Device Builder App

This example shows how to use the IO Device Builder app to create ADXL343 sensor to measure acceleration and display the same in SH1106 OLED (Organic Light Emitting Diodes) display module.

Create OLED Display Block to Display Acceleration and Tap Count Using IO Device Builder App

This example shows how to use the IO Device Builder app to create OLED Display block to measure acceleration, tap count and then display the same in OLED (Organic Light Emitting Diodes) display module.

Create OLED Display Block to Display Acceleration and Tap Count Using Arduino External Interrupt Block and IO Device Builder App

This example shows how to use the IO Device Builder app to create OLED Display block to display acceleration and tap count using Arduino External Interrupt block.