commit dca78b9a1c7d936f40aa82d2c088328c07800329
parent 5e90ead3e6737a0ef8e2bebccb8e24f9fe359b22
Author: Samdal <samdal@protonmail.com>
Date: Sun, 4 Jul 2021 01:05:56 +0200
fixed wrong example lol
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -206,6 +206,7 @@ Output:
#+END_SRC
** Interrupts
#+BEGIN_SRC C++
+#define AN_DEBUG_TIMESTAMP
#define AN_IMPL
#include "ArduinoNative.hpp"
@@ -251,7 +252,6 @@ Output:
#+END_SRC
** AnalogReference()
#+BEGIN_SRC C++
-#define AN_DEBUG_TIMESTAMP
#define AN_IMPL
#include "ArduinoNative.hpp"