A program to read a Phidget IR sensor and log pull-ups with Fitbit's API
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

countinual args swapped to match carbon

+1 -1
+1 -1
lib/logger/countinual.rb
··· 27 27 line = [ 28 28 @parent.config["countinual-key"], 29 29 @parent.config["countinual-counter"], 30 - time.to_i, 31 30 "+1", 31 + time.to_i, 32 32 ].join(" ") + "\n" 33 33 34 34 begin