mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 15:06:31 +01:00
542 B
542 B
title, aliases
| title | aliases | |
|---|---|---|
| Pybytes library API |
|
Send analog pin value
Send analog pin value.
Method
pybytes.send_analog_pin_value(persistent, pin_number)
Parameters
| name | Description | is Required | Default value |
|---|---|---|---|
| persistent | Bool | No | False |
| pin number | Analog pin number TBD | Yes | - |
Example
pybytes.send_analog_pin_value(False, 13)
Success Response TBD