Skip to content

Commit

Permalink
Sphinx header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lipoja committed Jul 5, 2017
1 parent eb9749b commit 4136bf0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions example.py → dc_example.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# ---------------------------------------------
# Project: AMSpi class
# Author: Jan Lipovský, 2016
# Daniel Neumann, 2017
# E-mail: janlipovsky@gmail.com
# Licence: MIT
# Description: Example of usage ASMpi class
# ---------------------------------------------
"""
Servo Example - Example of usage ASMpi class
.. Licence MIT
.. codeauthor:: Jan Lipovský <janlipovsky@gmail.com>, janlipovsky.cz
"""

from AMSpi import AMSpi
import time
Expand Down

0 comments on commit 4136bf0

Please sign in to comment.