GithubHelp home page GithubHelp logo

missionpinball / mpf-spike-bridge Goto Github PK

View Code? Open in Web Editor NEW
2.0 7.0 2.0 128 KB

DEPRECATED - Bridge between the Mission Pinball Framework and Stern Spike (replaced by mpf-spike repo)

C 100.00%
mpf mission-pinball-framework stern-spike pinball

mpf-spike-bridge's Introduction

THIS REPO IS DEPRECATED. MPF USES THE NEW MPF-SPIKE (https://github.com/missionpinball/mpf-spike) BRIDGE WRITTEN IN RUST INSTEAD.

mpf-spike-bridge

Bridge between the Mission Pinball Framework and Stern SPIKE pinball machines.

This is the code that runs on the SD card installed in the SPIKE CPU node which allows a remote system (such as MPF) to control the pinball machine.

Details & Instructions: http://docs.missionpinball.org/en/latest/hardware/spike

Compiling the bridge (if you made changes)

You need gcc for arm and musl libc to compile the bridge:

git clone git://git.musl-libc.org/musl
cd musl
sudo apt-get install gcc-arm-linux-gnueabi
CC=/usr/bin/arm-linux-gnueabi-gcc ./configure
make
sudo make install

Afterwards, you can simply compile the bridge:

/usr/local/musl/bin/musl-gcc --static bridge.c -Wall -o bridge

mpf-spike-bridge's People

Contributors

jabdoa2 avatar toomanybrians avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

csabakeszegh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.