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

Block or report caitlynrw

Report abuse

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

Report abuse

Pinned Loading

  1. crw-pcbs crw-pcbs Public

    PCBs made by me

  2. microprocessor-programs microprocessor-programs Public

    A collection of fun and cursed programs for various microprocessors

    C

  3. Arduino file to buzz Never Gonna' G... Arduino file to buzz Never Gonna' Give You Up.
    1
    // Notes: C 0 to E-flat 8
    2
    #define C0 16.35 // C 0
    3
    #define Db0 17.32 // D-flat 0
    4
    #define D0  18.35 // D 0
    5
    #define Eb0 19.45 // E-flat 0
  4. MPASM PIC18F Assembly language defin... MPASM PIC18F Assembly language definition for the LaTeX listings package.
    1
    % PIC18F assembly using MPASM language highlighting for LaTeX 'listings' package
    2
    
                  
    3
    \ProvidesPackage{pic18fmpasm}
    4
    
                  
    5
    \RequirePackage{listings}