Skip to content
View ndomx's full-sized avatar

Block or report ndomx

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... 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++ 9 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