メインコンテンツ

システム周辺装置

GPIO や入力キャプチャなどのシステム周辺装置の構成と使用

さまざまなアーキテクチャで Arduino® ボードのハードウェア機能を利用して、GPIO ブロックを介したアナログ信号やデジタル信号の読み取りと書き込み、デバイス制御ブロックを介したデバイスの制御などのタスクを実行します。

ブロック

すべて展開する

Analog Inputアナログ入力ピンの電圧を測定
Analog OutputGenerate voltage on the specified DAC pin
Analog Input SAMDRead ADC register value after ADC conversion at the analog pin of Arduino SAMD21 core (R2023b 以降)
Analog Input AVRRead ADC register value after ADC conversion at analog pin of Arduino AVR core (R2024a 以降)
Digital InputGet logical state of digital input pin on Arduino
Digital OutputArduino 上のデジタル出力ピンの論理状態を設定
12x8 MatrixGraphically create a 12x8 binary matrix to define LED patterns for display (R2026a 以降)
12x8 LED MatrixDisplay custom LED patterns on 12x8 LED matrix on Arduino Uno R4 Wi-Fi board (R2026a 以降)
PWM CommonGenerate pulse width modulated signal on analog output pin
PWM SAMDGenerate pulse width modulated signal on analog output pin of Arduino SAMD21 core (R2023b 以降)
PWM AVRGenerate pulse width modulated signal on analog output pin of Arduino AVR core (R2024a 以降)
Input CaptureMeasure frequency and duty cycle of external input signal
NeoPixelControl color and brightness of RGB and RGBW Adafruit NeoPixel LED strip (R2024a 以降)
ESP32 Touch SenseRead state of capacitive touch pins on Arduino-compatible ESP32 board (R2026a 以降)

トピック

注目の例