scenic_driver_gpio

v0.2.0

  • Pages
  • Modules

    scenic_driver_gpio v0.2.0 ScenicDriverGPIO View Source

    Link to this section Summary

    Functions

    child_spec(arg)
    handle_call(msg, from, state)

    Callback implementation for Scenic.ViewPort.Driver.handle_call/3

    handle_cast(msg, state)

    Callback implementation for Scenic.ViewPort.Driver.handle_cast/2

    handle_info(msg, state)

    Callback implementation for Scenic.ViewPort.Driver.handle_info/2

    init(_)
    init(viewport, size, config)

    Callback implementation for Scenic.ViewPort.Driver.init/3

    Link to this section Functions

    Link to this function

    child_spec(arg) View Source

    Link to this function

    handle_call(msg, from, state) View Source

    Callback implementation for Scenic.ViewPort.Driver.handle_call/3.

    Link to this function

    handle_cast(msg, state) View Source

    Callback implementation for Scenic.ViewPort.Driver.handle_cast/2.

    Link to this function

    handle_info(msg, state) View Source

    Callback implementation for Scenic.ViewPort.Driver.handle_info/2.

    Link to this function

    init(_) View Source

    Link to this function

    init(viewport, size, config) View Source

    Callback implementation for Scenic.ViewPort.Driver.init/3.

    Built using ExDoc (v0.19.3), designed by Friedel Ziegelmayer.