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

Block or report varlen

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. luisduartecosta/cervejator luisduartecosta/cervejator Public

    Universidade Federal do Rio de Janeiro

    Arduino

  2. Writing on LCD Display using Python ... Writing on LCD Display using Python and Arduino. Requires pyfirmata module.
    1
    from pyfirmata import Arduino, util, STRING_DATA
    2
    board = Arduino('COM6')
    3
    board.send_sysex( STRING_DATA, util.str_to_two_byte_iter('Hello!') )
    4
    
                  
    5
    def msg( text ):
  3. randstepfilter randstepfilter Public

    My first VST plugin. Created this project to refresh my C++ skills, recall some signal processing techniques and learn VST plugin development with iPlug2 framework

    Python 2

  4. pyfootctrl pyfootctrl Public

    Python app for M-VAVE Chocolate footswitch

    Python 1 1

  5. VS1003 VS1003 Public

    Forked from andykarpov/VS1003

    Arduino library to accessVS1003 mp3 / wav / wma / midi chip

    C++