Closed ep1cman closed 7 months ago
For example if [3,1,2] was provided, it would result in 3,1-2, but after writing this to a sysfs file, it would read back as 1-3
[3,1,2]
3,1-2
1-3
For example if
[3,1,2]
was provided, it would result in3,1-2
, but after writing this to a sysfs file, it would read back as1-3