Skip to content
View pawel2000pl's full-sized avatar

Block or report pawel2000pl

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 Loading

  1. AnonymousMessenger Public

    Simple text (and anonymous) messenger.

    Python

  2. LedDriverIoT Public

    IOT led driver dedicated for XIAO-ESP32C3

    C++

  3. SeedSorter Public

    It is a software for embedded system which is based on raspberry pi 4. It is designed for a bean seed sorting machine. The machine and software were designed and created by Paweł Bielecki.

    Pascal

  4. docker_with_php Public

    PHP Application Template with Docker and VS Code Debugging

    PHP

  5. ALU module for multiplication and di...
    1
    `timescale 1ns / 1ps
    2
    
                  
    3
    module ALU #(
    4
        parameter N = 64
    5
    ) ( 
  6. fixed_point Public

    Template for fixed-point operations with a simplified math library (dedicated for RISC-V IM).

    C++