breadboard v0.0.5 Breadboard View Source

Breadboard High Level API.

Reference platform

Breadboarding platform isn't automatically detected.

It may be defined by the key "breadboard_platform" in the application environment or in the system environment.

The value is searching first in the application environment, then in the system environment and finally by the Circuits.GPIO.info/0 (to check the stub context from the name key)

At the moment supported platform are:

  • stub -> hardware abstraction layer on platforms without GPIO support
  • sunxi-> ARM SoCs family from Allwinner Technology

Link to this section Summary

Functions

Disconnect all components from Breadboard

Get the current platform configured

Set the platform in the Application environment

Link to this section Functions

Link to this function

disconnect_all_components()

View Source

Disconnect all components from Breadboard

Get the current platform configured

Link to this function

set_platform(new_platform)

View Source

Set the platform in the Application environment