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

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

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

    The ultimate IoT starter kit

    TypeScript 1 2

  4. MCP23017-Arduino-Library MCP23017-Arduino-Library Public

    Arduino library for the MCP23017 I2C port expander

    C++ 4 2

  5. DotCOM DotCOM Public

    .NET Core Serial COM Port

    C#

  6. Raspi-Server Raspi-Server Public

    A Raspberry Pi based local cloud file hosting service

    Python