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

Block or report lorsi96

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. Three-Phase-Inverter-PWM-Generator Three-Phase-Inverter-PWM-Generator Public

    Te goal of this project is to control (without feedback) a three phase inductive motor with the usage of a three phase inverter. The code present in this repo is developed for ESP32

    C 5 5

  2. ARCoreROS ARCoreROS Public

    Forked from yycho0108/ARCoreROS

    ROS Bindings with Google ARCore and Android Sensors

    Java 1

  3. ESP32-IDF-BTSerial-TCP-NonBlockingSockets-Demo ESP32-IDF-BTSerial-TCP-NonBlockingSockets-Demo Public

    Demo application showcasing how BTSerial and TCP Sockets can coexist in the same ESP32 Application.

    C 1

  4. LED-Sequence-FSM-Table-Example LED-Sequence-FSM-Table-Example Public

    Basic C example running under a EDU-CIAA-NXP board that runs some sequences in the board's LEDs by controlling the flow using a simple-but-effective Table FSM

    C 1

  5. Terrarium-Simulator-Cpp-Training Terrarium-Simulator-Cpp-Training Public

    A simple project to showcase basic modern Cpp & OOP. Consists of an UI-less simulation of bugs in a terrarium.

    C++

  6. X Macros Example X Macros Example
    1
    #include <stdio.h>
    2
    
                  
    3
    // void/void function wrapper to make code readable.
    4
    typedef void (*runnable_t)();
    5