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

Block or report fabiovila

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. OBDIICodes OBDIICodes Public

    OBDII trouble codes in json format and C header (without any string compactation).

    C 9 6

  2. ESP32ACMotorInverter_Test ESP32ACMotorInverter_Test Public

    Testing ESP32 as Motor Inverter. Not used in production but it worked perfectly.

    C 3

  3. How sync ESP32 Timers MCPWM? How sync ESP32 Timers MCPWM?
    1
    // CHANGE the clock prescale in mcpwm.c file to make possible get 30000hz of pwm frequency (15Khz in center aligned mode)
    2
    
                  
    3
    #define MCPWM_BASE_CLK (2 * APB_CLK_FREQ)   //2*APB_CLK_FREQ 160Mhz
    4
    #define MCPWM_CLK_PRESCL 1       //MCPWM clock prescale Original = 15    <---------------------
    5
    #define TIMER_CLK_PRESCALE 1      //MCPWM timer prescales Original = 9   <---------------------
  4. Longan-freq-meter Longan-freq-meter Public

    A basic Frequency meter for Longan Nano and example of external clock triggering for TIMERs

    C 1

  5. vilaboard vilaboard Public

    A first basic whiteboard.

    JavaScript 4

  6. bluepill-baremetal-vscode bluepill-baremetal-vscode Public

    Bluepill baremetal blink systick project

    C 1