We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb6b23 commit a1730e1Copy full SHA for a1730e1
1 file changed
pd.py
@@ -175,6 +175,10 @@ def decode(self):
175
pins = self.wait([{0: 'r'}, {0: 'f'}, {'skip': self.dshot_cfg.samples_after_motorcmd}])
176
else:
177
pins = self.wait([{0: 'f'}, {0: 'r'}, {'skip': self.dshot_cfg.samples_after_motorcmd}])
178
+
179
+ #if self.samplenum == (self.samplenum + (1/self.samplerate * 30e-6):
180
+ print((self.samplenum + (1/self.samplerate * 30e-6)))
181
182
#TODO: Increase skip to maximum time for effiency
183
#TODO: Mark any changes in this time as errors? Option to reduce load?
184
0 commit comments