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 4b0c682 commit be74ffbCopy full SHA for be74ffb
MultiPlexer_TCA9548A/MultiPlexer_TCA9548A.cpp
@@ -68,8 +68,9 @@ void MultiPlexer_TCA9548A::scan(bool ignoreMultiplexer) {
68
}
69
70
void MultiPlexer_TCA9548A::scanAll() {
71
- // see https://github.com/WifWaf/TCA9548A/issues/6
72
for (int channel = 0; channel < 8; channel++) {
73
-
+ Log.info(F("TCA9548A - Scanning channel %d..." CR), channel);
+ openChannel(channel);
74
+ scan();
75
76
0 commit comments