You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • As @DrAzzy says, Espruino will let you use those peripherals (and many more) in the same program .

    What it can't do is transmit on all of them at the same time.

    Having said that, it depends what you want to use I2C for. Espruino can act as an I2C master (so controlling other things), but not as a client. If you want a nice way of sending data to it I'd recommend the USART - which uses IRQs so can work concurrently.

About

Avatar for Gordon @Gordon started