Skip to content

Commit 306fdbe

Browse files
committed
Fix Examples
1 parent 29f5315 commit 306fdbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/example_scope_avdweb_2channels/example_scope_avdweb_2channels.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "avdweb_SWscope.h" // https://avdweb.nl/arduino/measurement/oscilloscope
1+
#include "CodeDebugScope.h" // https://avdweb.nl/arduino/measurement/oscilloscope
22

33
// Attention: set in avdweb_SWscope.h: const int maxScopeBytes = 100; // or more
44
// if possible

examples/example_scope_avdweb_2channels_ISR/example_scope_avdweb_2channels_ISR.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "avdweb_SWscope.h"
1+
#include "CodeDebugScope.h"
22
#include <FrequencyTimer2.h> // mainISR https://github.com/PaulStoffregen/FrequencyTimer2
33

44
// Attention: set in avdweb_SWscope.h: const int maxScopeBytes = 100; // or more

0 commit comments

Comments
 (0)