find_pwm_pins
Find all PWM-capable pins on a development board (ESP32, Arduino UNO, STM32) for applications like LED dimming and motor speed control. Returns pin list with timer information.
Instructions
List all pins that support PWM (Pulse Width Modulation) output.
PWM pins are essential for:
LED dimming
Motor speed control
Servo control
Analog-like output generation
Args: board_type: Development board type
Returns: List of PWM-capable pins with timer information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_type | Yes | Type of development board |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |