HomeSort by relevance Sort by last modified time
    Searched defs:Gpio (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/
gpio.py 6 '''Chrome OS device GPIO library
8 This module provides a convenient way to detect, setup, and access to GPIO
11 See help(Gpio) for more information.
17 class Gpio(object):
19 Utility to access GPIO values.
22 gpio = Gpio()
24 gpio.setup()
25 print gpio.read(gpio.DEVELOPER_SWITCH_CURRENT
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
gpio.hpp 27 #include "gpio.h"
40 // These enums must match the enums in gpio.h
43 * Gpio Output modes
53 * Gpio Direction options
63 * Gpio Edge types for interupts
66 EDGE_NONE = 0, /**< No interrupt on Gpio */
75 * This file defines the gpio interface for libmraa
79 class Gpio
83 * Instanciates a Gpio object
94 Gpio(int pin, bool owner = true, bool raw = false
    [all...]

Completed in 1059 milliseconds