We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f35d6 commit 9c08cdaCopy full SHA for 9c08cda
Adafruit_BBIO/sysfs.py
@@ -2,6 +2,8 @@
2
# -*- coding: utf-8 -*-
3
4
# Copyright (c) 2014 MIT OpenCourseWare
5
+# TODO: the copyright assignment above is boiler plate. Copyright needs to be
6
+# properly assigned.
7
#
8
# Permission is hereby granted, free of charge, to any person obtaining a copy
9
# of this software and associated documentation files (the "Software"), to deal
@@ -32,7 +34,8 @@
32
34
# - David Planella <david.planella@ubuntu.com>
33
35
36
"""
-Simplistic Python SysFS interface.
37
+Simplistic Python SysFS interface. It enables access to the sys filesystem device
38
+nodes and to get and set their exposed attributes.
39
40
Usage examples::
41
from sysfs import sys
0 commit comments