How to use kervi-hal-generic - 3 common examples

To help you get started, we’ve selected a few kervi-hal-generic examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github kervi / kervi / kervi-hal-generic / kervi / platforms / generic / __init__.py View on Github external
def get_camera_driver(source):
    from . import camera_driver
    return camera_driver.CameraDriver()
github kervi / kervi / kervi-hal-generic / kervi / platforms / generic / __init__.py View on Github external
def get_gpio_driver():
    from . import gpio
    return gpio.GPIODriver()
github kervi / kervi / kervi-hal-generic / kervi / platforms / generic / __init__.py View on Github external
def get_i2c_driver(address, bus=0):
    from . import i2c
    return i2c.I2CDriver(address, bus)

kervi-hal-generic

Generic platform driver for the Kervi automation framework.

Unknown
Latest version published 4 years ago

Package Health Score

37 / 100
Full package analysis

Similar packages