Skip to content
View gvp-257's full-sized avatar
  • 19:07 (UTC +13:00)

Block or report gvp-257

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. SendOnlySerial SendOnlySerial Public

    Arduino ATmega328P library, Send-only serial for debugging or logging. Low RAM usage (down to 0 bytes vs Serial's 175 bytes).

    C++ 2

  2. AVRactivePower AVRactivePower Public

    Control power to the internal hardware modules (ADC, Serial, SPI, etc.) on 8-bit AVR microcontrollers.

    C++ 1

  3. AnalogControlPanel AnalogControlPanel Public

    Make full use of the Arduino Uno/Nano/Pro Mini's analog-to-digital converter. When analogRead() isn't enough.

    C++ 1

  4. ADCCalibration ADCCalibration Public

    Cheaply correct the readings you get with analogRead() on Uno / Nano / Pro Mini and breadboard Arduinos. The inexpensive hardware can be used with other boards too. Corrects the reading number 0..1…

  5. miscutils miscutils Public

    Bits and pieces for ATmega328P based Arduinos - I2C (Wire) at 400 kHz; fast digital read. write, and toggle

  6. DietSerial DietSerial Public

    Lower RAM version of Arduino's Serial object.

    C++