Skip to content
View matheuswhite's full-sized avatar
🕶️
🕶️

Block or report matheuswhite

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. scope-rs scope-rs Public

    Multiplatform Serial Monitor made in Rust

    Rust 13 2

  2. backpack backpack Public

    A collection of data structures for embedded C

    C 3 3

  3. bluebees bluebees Public

    An app to help the usage of bluetooth mesh

    Python 1 1

  4. BarcodeLib BarcodeLib Public

    A library to write EAN13 barcode standard

    C 1

  5. random.c random.c
    1
    #include <stdint.h>
    2
    
                  
    3
    int32_t random()
    4
    {
    5
      static int32_t state;