Pseudo-Medical Monitor Code I2CMUX STUFF

From LVL1
Revision as of 19:29, 11 December 2021 by JAC 101 (talk | contribs) (Created page with " <nowiki> TCA9548A I2CMux; void setup_I2CMUX() { I2CMux.begin(Wire1); // Wire instance is passed to the library I2CMux.closeAll(); } </nowiki> P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TCA9548A I2CMux;  

void setup_I2CMUX()
{
  I2CMux.begin(Wire1);             // Wire instance is passed to the library
  I2CMux.closeAll();     

}

 

Pseudo-Medical_Monitor_Code#Custom_Includes