WiringPi

framework = wiringpi

WiringPi is a GPIO access library written in C for the BCM2835 used in the Raspberry Pi. It’s designed to be familiar to people who have used the Arduino “wiring” system.

For more detailed information please visit vendor site.

Platforms

Name

Description

Linux ARM

Linux ARM is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X, Linux ARM) you can build native application for Linux ARM platform.

Boards

Note

Raspberry Pi

ID

Name

Platform

Debug

Microcontroller

Frequency

Flash

RAM

raspberrypi_1b

Raspberry Pi 1 Model B

Linux ARM

BCM2835

700 MHz

524288 Kb

524288 Kb

raspberrypi_2b

Raspberry Pi 2 Model B

Linux ARM

BCM2836

900 MHz

1048576 Kb

1048576 Kb

raspberrypi_3b

Raspberry Pi 3 Model B

Linux ARM

BCM2837

1200 MHz

1048576 Kb

1048576 Kb

raspberrypi_zero

Raspberry Pi Zero

Linux ARM

BCM2835

1000 MHz

524288 Kb

524288 Kb

Examples

All project examples are located in PlatformIO repository Examples for WiringPi framework.