Joel Pallent / Mbed 2 deprecated Muscle_Controlled_Servo

Dependencies:   mbed

Fork of Muscle_Controlled_Servo by Ben Gordon

FPGA.h

Committer:
BenRJG
Date:
2018-04-05
Revision:
5:11489c0bd020
Parent:
4:bcef9164776e
Child:
6:a61b01442f37

File content as of revision 5:11489c0bd020:

#ifndef _FPGA_H_
#define _FPGA_H_
    //////Included Files//////
    #include "SPI.h"
    //////////////////////////
    
    ///////Definitions////////
    
    //////////////////////////
    
    ////////Functions/////////
    int32_t read_switches(void);        //Read 4 Sliding switches on FPGA (Simulating OPTO-Switches from Motor(s)
    void SPI_TEST(void);
    //////////////////////////
#endif