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

Block or report jc-SpaceXp

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

    NES emulator written in C and targeted for Linux.

    C 6 3

  2. Python script to convert TI's MSP430... Python script to convert TI's MSP430 C header files to a GNU AS compatible one (currently there is no way to use GNU AS from TI's open source source GCC tools with the current files provided)
    1
    # Takes a C header as an input file and outputs a GNU Assembler compatible header
    2
    # it assumes the input files have valid C syntax
    3
    import os
    4
    import re
    5
    import argparse
  3. MSP430-SD-SPI MSP430-SD-SPI Public

    Interfacing a SD card in the SPI mode using a MSP430 as a master device

    Assembly

  4. Arturia KLE MK3 python wrapper to se... Arturia KLE MK3 python wrapper to send sysex commands to set internal settings. This is usually performed by Arturia's MIDI Control Centre which is only available for Windows. Requires mido and python-rtmidi.
    1
    import mido
    2
    
                  
    3
    # Port names
    4
    #1 : Midi Through:Midi Through Port-0 14:0 # generic device on my laptop
    5
    #2 : KL Essential 49 mk3:KL Essential 49 mk3 KL Essentia 28:0
  5. ASFM ASFM Public

    ASFM - A Simple File Manager on a ST7789 TFT display over SPI using a STM32 MCU

    C