Skip to content

Commit 9c08cda

Browse files
authored
Encoder: copyright assignment note, updated comments
1 parent 48f35d6 commit 9c08cda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Adafruit_BBIO/sysfs.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# -*- coding: utf-8 -*-
33

44
# Copyright (c) 2014 MIT OpenCourseWare
5+
# TODO: the copyright assignment above is boiler plate. Copyright needs to be
6+
# properly assigned.
57
#
68
# Permission is hereby granted, free of charge, to any person obtaining a copy
79
# of this software and associated documentation files (the "Software"), to deal
@@ -32,7 +34,8 @@
3234
# - David Planella <david.planella@ubuntu.com>
3335

3436
"""
35-
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.
3639
3740
Usage examples::
3841
from sysfs import sys

0 commit comments

Comments
 (0)