[][src]Module arduinors::pin

This module contains types used for type-safe modelling of an Arduino's digital pins and their associated properties like state, mode and level.

Structs

Pin

A digital pin on an Arduino.

Enums

Mode

The mode of a digital pin on an Arduino.

State

The state of a digital pin on an Arduino.

Type Definitions

Level

A PWM level of a digital pin on an Arduino.