Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:sw:02-apis:04-sysfs [2018/09/10 08:28]
tomhora
en:sw:02-apis:04-sysfs [2020/05/26 06:40]
tomhora ↷ Page moved from en:sw:02-sdks:04-sysfs to en:sw:02-apis:04-sysfs
Line 1: Line 1:
 ====== SysFS ====== ====== SysFS ======
-<WRAP center round tip 60%>+<WRAP center round tip 80%>
 The SysFS driver is still under development. Please report any issues or feature requests. The SysFS driver is still under development. Please report any issues or feature requests.
 </​WRAP>​ </​WRAP>​
  
-SysFS driver included in the kernel module provides easy file-based access to all IOs. Check the following examples to get started:+SysFS driver included in the kernel module ​for all Unipi controllers,​ except UniPi 1.1 and UniPi 1.1 Lite, provides easy file-based access to all inputs and outputs of the controller. Check the following examples to get started:
  
 Set state of DO to 1 Set state of DO to 1
Line 12: Line 12:
 <​code>​cat /​sys/​devices/​platform/​unipi_plc/​io_group1/​di_1_01/​di_value</​code>​ <​code>​cat /​sys/​devices/​platform/​unipi_plc/​io_group1/​di_1_01/​di_value</​code>​
  
-All IOs can be accessed ​in a similar way.+All IOs can be accessed ​similarly. 
 + 
 +Further documentation can be found here: https://​git.unipi.technology/​UniPi/​unipi-kernel/​blob/​master/​docs/​sysfs-platform-unipi.txt