Skip to content
View boarchuz's full-sized avatar
Block or Report

Block or report boarchuz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. HULP HULP Public

    ESP32 ULP Coprocessor Helper

    C 171 16

  2. espidf-vscode-ccpp espidf-vscode-ccpp Public

    VS Code ESP-IDF C/C++ Intellisense Configuration

    14 3

  3. bo_cpt bo_cpt Public

    ESP-IDF C Partition Table

    Python

  4. ESP32 RTC Reset ESP32 RTC Reset
    1
    #include "soc/rtc_cntl_struct.h"
    2
    #include "hal/wdt_types.h"
    3
    #include "hal/rwdt_ll.h"
    4
    
                  
    5
    void __attribute__((noreturn)) esp_rtc_reset(void)
  5. espnow_basic_example espnow_basic_example Public

    A very basic example using ESPNOW with ESP32

    C 9 2