Skip to content
View asheeshr's full-sized avatar

Organizations

@lumened

Block or report asheeshr

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. Microsmooth Microsmooth Public

    A lightweight and fast signal smoothing library for the Arduino platform.

    C++ 147 30

  2. Bash-Scripts Bash-Scripts Public

    Small utilities that come handy

    Shell 18 7

  3. A printf function for serial communi... A printf function for serial communication from Arduino boards
    1
    /* 
    2
        This code should be pasted within the files where this function is needed.
    3
        This function will not create any code conflicts.
    4
        
    5
        The function call is similar to printf: ardprintf("Test %d %s", 25, "string");