项目作者: missionpinball

项目描述 :
DEPRECATED - Bridge between the Mission Pinball Framework and Stern Spike (replaced by mpf-spike repo)
高级语言: C
项目地址: git://github.com/missionpinball/mpf-spike-bridge.git
创建时间: 2017-01-26T00:01:30Z
项目社区:https://github.com/missionpinball/mpf-spike-bridge

开源协议:

下载


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:

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

Afterwards, you can simply compile the bridge:

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