Servo Pi HAT
A standard servo pi hat used for electronic prototyping.
Component Preview
This is the Servo Pi HAT component available in the OpenHW Studio Simulator.
ActuatorsComponent
Pin Reference
| Pin | Type | Description |
|---|---|---|
| VCC | power | Power Supply. |
| GND | power | Ground. |
Wiring Diagram

Configurable Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
| color | string | "red" | Color configuration. |
Example Code
cpp
void setup() {
// Put your setup code here
}
void loop() {
// Put your main code here
}