We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8faf497 commit 8d47f0eCopy full SHA for 8d47f0e
examples/SineWaveCAN/SineWaveCAN.ino
@@ -244,6 +244,10 @@ void setup() {
244
245
void loop() {
246
pumpEvents(can_intf); // This is required on some platforms to handle incoming feedback CAN messages
247
+ // Note that on MCP2515-based platforms, this will delay for a fixed 10ms.
248
+ //
249
+ // This has been found to reduce the number of dropped messages, however it can be removed
250
+ // for applications requiring loop times over 100Hz.
251
252
float SINE_PERIOD = 2.0f; // Period of the position command sine wave in seconds
253
0 commit comments