Closed riverajo closed 10 years ago
There appears to be unused varibles in the USonic class. The get_distance method has varible signalon and signaloff that are create but appear to never be used. They should be deleted if they are no longer needed.
USonic
get_distance
signalon
signaloff
yeah, that's a bad typo ... they are initializing the variables in the following while statements.
There appears to be unused varibles in the
USonic
class. Theget_distance
method has variblesignalon
andsignaloff
that are create but appear to never be used. They should be deleted if they are no longer needed.