You are reading a single comment by @SimonGAndrews and its replies. Click here to read the full conversation.
  • @rgomezwap … looking forward to seeing your code in an Espruino branch or whatever. The current code for c3 GPIO calls in jshardware.c are using HAL level calls and not the IDF GPIO library API. I would like to try and fix that. Will your s3 code use ifdefs for c2 and s3 in the same jshardware and are you using the gpio api ??

  • I've been looking into it, and you're referring to using gpio_config to configure the PIN correctly according to ESP-IDF, right?

    Currently, gpio_set_level() is being used, but without prior configuration.

    Is this what's causing the problems?

About