メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

システム周辺装置

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

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

ブロック

すべて展開する

Analog InputMeasure voltage of analog input pin
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 OutputSet logical state of digital output pin on Arduino
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 以降)

トピック

注目の例