mirror of
https://github.com/okalachev/flix.git
synced 2026-09-06 00:10:58 +00:00
Fix pyflix examples reflecting control parameters rename
This commit is contained in:
@@ -121,8 +121,8 @@ Full list of events:
|
||||
Get and set firmware parameters using `get_param` and `set_param` methods:
|
||||
|
||||
```python
|
||||
pitch_p = flix.get_param('CTL_P_P') # get parameter value
|
||||
flix.set_param('CTL_P_P', 5) # set parameter value
|
||||
pitch_p = flix.get_param('CTL_ATT_P_P') # get parameter value
|
||||
flix.set_param('CTL_ATT_P_P', 5) # set parameter value
|
||||
```
|
||||
|
||||
Execute console commands using `cli` method. This method returns the command response:
|
||||
|
||||
Reference in New Issue
Block a user