Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Dec 30, 2020
2 parents f59da95 + c548202 commit f8eddc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/max44009_test02/.arduino-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
compile:
# Choosing to run compilation tests on 2 different Arduino platforms
platforms:
# - uno
# - leonardo
# - due
# - zero
4 changes: 2 additions & 2 deletions test/unit_test_001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ unittest(test_constructor)
Max44009 LuxA(0x4A);
Wire.begin();

assertEqual(MAX44009_OK, luxA.getError());
assertTrue(luxA.isConnected()); // TODO should be false...
assertEqual(MAX44009_OK, LuxA.getError());
assertTrue(LuxA.isConnected()); // TODO should be false...

// TODO more tests if WIRE works...
}
Expand Down

0 comments on commit f8eddc2

Please sign in to comment.