We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d8c3b commit 30b9f7eCopy full SHA for 30b9f7e
1 file changed
src/M5UnitComponent.cpp
@@ -46,10 +46,7 @@ bool Component::existsChild(const uint8_t ch) const
46
47
bool Component::canAccessI2C() const
48
{
49
- // TODO
50
- // Tentative decisions until all units' attributes are corrected
51
- // return attribute() & attribute::AccessI2C;
52
- return true;
+ return attribute() & attribute::AccessI2C;
53
}
54
55
bool Component::canAccessGPIO() const
0 commit comments