Add VM support for OneWire

Issue #330 resolved
John Maloney repo owner created an issue

The one-wire protocol is used by some peripherals such as the DS18B20 temperature sensor. It can also be used for communication between microcontrollers. It would be a useful addition to MicroBlocks.

Comments (7)

  1. John Maloney reporter

    OneWire support has been added to the databot VM to enable use of Dallas temperature probes. It is working well, so the next step will be to deploy for other boards.

  2. John Maloney reporter

    Thanks for the up-vote! Since it works well in the databot (an ESP32 board), it should be quick to add to other ESP32 boards.

  3. John Maloney reporter

    One-Wire support (used by the Dallas DS18B20 temperature probe) is now built into all ESP32 VMs,

  4. Log in to comment