pca9956b-api 0.1.2

HTTP RESTful API and skeleton server/client implement for I2C bus control
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# LedInfo

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**index** | **u32** | LED number | [optional] [default to None]
**state** | [***models::LedState**](ledState.md) |  | [optional] [default to None]
**pwm** | **u32** | PWM value, 0-255 inclusive | [optional] [default to None]
**current** | **u32** | current value | [optional] [default to None]
**error** | [***models::LedError**](ledError.md) |  | [optional] [default to None]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)