Skip to content

Commit 6173f11

Browse files
committed
add (test): setup regression tests on real hardware
1 parent 19a45ad commit 6173f11

File tree

16 files changed

+1814
-1311
lines changed

16 files changed

+1814
-1311
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ repos:
1515
hooks:
1616
# - id: clang-format
1717
# args: ["-style=file"]
18-
- id: cpplint
18+
# - id: cpplint
1919
- id: cppcheck

platformio_ci.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lib_deps =
77
ArduinoFake=https://github.com/FabioBatSilva/ArduinoFake
88
build_flags =
99
-DPIO_NATIVE_TESTING
10-
-std=gnu++17
10+
# -std=gnu++17
1111
-frtti
1212
-fexceptions
1313
#build_unflags =

src/MCP3x6x.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
*
1212
*/
1313

14-
#include "MCP3x6x.h"
14+
#include "MCP3x6x.hpp"
15+
16+
#include <Arduino.h>
1517

1618
// #ifdef ARDUINO_ARCH_SAMD
1719
// # include <wiring_private.h>

0 commit comments

Comments
 (0)