Home | History | Annotate | Download | only in grove

Lines Matching refs:pin

74          * @param gpio Pin to use
76 GroveLed(int pin);
126 * @param gpio Pin to use
128 GroveRelay(unsigned int pin);
177 * @param pin Analog pin to use
179 GroveTemp(unsigned int pin);
185 * Gets the raw value from the AIO pin
206 * analog pin is greater in bright light and smaller in the dark.
218 * @param pin Analog pin to use
220 GroveLight(unsigned int pin);
226 * Gets the raw value from the AIO pin
245 * a set of functions to read the absolute pin value, degrees or radians, and another set
257 * @param pin Number of the analog pin to use
259 GroveRotary(unsigned int pin);
265 * Gets the absolute raw value from the AIO pin
271 * Gets absolute raw degrees from the AIO pin
277 * Gets absolute raw radians from the AIO pin
283 * Gets the relative value from the AIO pin
289 * Gets relative degrees from the AIO pin
295 * Gets relative radians from the AIO pin
320 * @param pin Number of the analog pin to use
324 GroveSlide(unsigned int pin, float ref_voltage = 5.0);
330 * Gets the raw value from the AIO pin
336 * Gets the voltage value from the pin
366 * @param gpio Pin to use
368 GroveButton(unsigned int pin);
380 * Gets the value from the GPIO pin
382 * @return Value from the GPIO pin