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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. AnonymousMessengerAnonymousMessengerPublic

    Simple text (and anonymous) messenger.

    Python

  2. LedDriverIoTLedDriverIoTPublic

    IOT led driver dedicated for ESP32C3

    C++ 1 1

  3. SeedSorterSeedSorterPublic

    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_phpdocker_with_phpPublic

    PHP Application Template with Docker and VS Code Debugging

    PHP

  5. ALU module for multiplication and di...ALU module for multiplication and division at once with optimized register usage
    1
    `timescale 1ns / 1ps
    2
    3
    moduleALU #(
    4
    parameter N =64
    5
    ) ( 
  6. fixed_pointfixed_pointPublic

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

    C++