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

Block or report varlen

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 2 2

  5. VS1003 VS1003 Public

    Forked from andykarpov/VS1003

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

    C++