Skip to content

Commit

Permalink
Removed comments to clean up files
Browse files Browse the repository at this point in the history
  • Loading branch information
James Dowell committed Aug 12, 2018
1 parent 8b716c0 commit 69dd5ad
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 42 deletions.
3 changes: 0 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
Copyright (c) 2011 - 2015, Sam Gambrell
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Expand Down
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@


5 changes: 0 additions & 5 deletions csafe_cmd.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/usr/bin/env python
#Copyright (c) 2011, Sam Gambrell
#Licensed under the Simplified BSD License.
#NOTE: This code has not been thoroughly tested and may not function as advertised.
# Please report and findings to the author so that they may be addressed in a stable release.

#ToDo: change print statments to proper errors
import csafe_dic
Expand Down
5 changes: 0 additions & 5 deletions csafe_dic.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/usr/bin/env python
#Copyright (c) 2011, Sam Gambrell
#Licensed under the Simplified BSD License.
#NOTE: This code has not been thoroughly tested and may not function as advertised.
# Please report and findings to the author so that they may be addressed in a stable release.

#Unique Frame Flags
Extended_Frame_Start_Flag = 0xF0
Expand Down
6 changes: 0 additions & 6 deletions pyrow.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#!/usr/bin/env python
#Copyright (c) 2011, Sam Gambrell
#Licensed under the Simplified BSD License.
#NOTE: This code has not been thoroughly tested and may not function as advertised.
# Please report and findings to the author so that they may be addressed in a stable release.


import usb.core
import usb.util
Expand Down
11 changes: 0 additions & 11 deletions statshow.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#!/usr/bin/env python
#Copyright (c) 2011, Sam Gambrell
#Licensed under the Simplified BSD License.

#This is an example file to show how to make use of pyrow
#Have the rowing machine on and plugged into the computer before starting the program
#The program will display any changes to the machine status, stroke state, or workout state

#NOTE: This code has not been thoroughly tested and may not function as advertised.
#Please report and findings to the author so that they may be addressed in a stable release.

import pyrow
import time

Expand Down
12 changes: 0 additions & 12 deletions strokelog.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
#!/usr/bin/env python
#Copyright (c) 2011, Sam Gambrell
#Licensed under the Simplified BSD License.

#This is an example file to show how to make use of pyrow
#Have the rowing machine on and plugged into the computer before starting the program
#The program will record Time, Distance, SPM, Pace, and Force Data for each
#stroke and save it to 'workout.csv'

#NOTE: This code has not been thoroughly tested and may not function as advertised.
#Please report and findings to the author so that they may be addressed in a stable release.

import pyrow
import time

Expand Down

0 comments on commit 69dd5ad

Please sign in to comment.