Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Muscle_Controlled_Servo by
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