//
// ExF1Ctrl ver. 0.1.
//
// This program can be used to interface the Casio EX-F1 over USB.
// Firmware rev. 1.10 is required.
//
// Compile with: gcc -o ExF1Ctrl bulk.c -llibusb
//
// Written by Jens Skovgaard Olsen (info@feischmeckerfoosball.com)
//
#include <stdio.h>
#include "exf1api.h"