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:
- Joelpallent
- Date:
- 2018-05-25
- Revision:
- 10:536d7b19f70e
- Parent:
- 6:a61b01442f37
File content as of revision 10:536d7b19f70e:
#ifndef _FPGA_H_ #define _FPGA_H_ //////Included Files////// #include "SPI.h" ////////////////////////// ///////Definitions//////// ////////////////////////// ////////Functions///////// void reset_board(void); int32_t read_switches(void); //Read 4 Sliding switches on FPGA (Simulating OPTO-Switches from Motor(s) void SPI_TEST(void); ////////////////////////// #endif