Skip to content
View ndomx's full-sized avatar

Block or report ndomx

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. C/C++ configuration for AVR boards i...
    1
    {
    2
        "name": "atmega328p",
    3
        "includePath": [
    4
            "${workspaceFolder}/**"
    5
        ],
  2. My .clang-format for VS Code
    1
    BasedOnStyle: Microsoft
    2
    IndentCaseLabels: true
    3
    AllowShortCaseLabelsOnASingleLine: true
    4
    AllowShortLoopsOnASingleLine: true
    5
    SpaceAfterCStyleCast: true
  3. Gate Public

    The ultimate IoT starter kit

    TypeScript 1 2

  4. MCP23017-Arduino-Library Public

    Arduino library for the MCP23017 I2C port expander

    C++ 8 2

  5. DotCOM Public

    .NET Core Serial COM Port

    C#

  6. Raspi-Server Public

    A Raspberry Pi based local cloud file hosting service

    Python