Skip to content
Home > Components > Logic Components > Raspberry Pi Pico

Raspberry Pi Pico

A standard raspberry pi pico used for electronic prototyping.

Component Preview

COMPModule

This is the Raspberry Pi Pico component available in the OpenHW Studio Simulator.

Logic ComponentsComponent

Pin Reference

PinTypeDescription
VCCpowerPower Supply.
GNDpowerGround.

Configurable Attributes

AttributeTypeDefaultDescription
colorstring"red"Color configuration.

Example Code

cpp
void setup() {
  // Put your setup code here
}

void loop() {
  // Put your main code here
}

Released under the MIT License.