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@4:bcef9164776e, 2018-04-03 (annotated)
- Committer:
- BenRJG
- Date:
- Tue Apr 03 20:00:23 2018 +0000
- Revision:
- 4:bcef9164776e
- Child:
- 5:11489c0bd020
Created functions for reading & writing SPI data
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
BenRJG | 4:bcef9164776e | 1 | #ifndef _FPGA_H_ |
BenRJG | 4:bcef9164776e | 2 | #define _FPGA_H_ |
BenRJG | 4:bcef9164776e | 3 | //////Included Files////// |
BenRJG | 4:bcef9164776e | 4 | #include "SPI.h" |
BenRJG | 4:bcef9164776e | 5 | ////////////////////////// |
BenRJG | 4:bcef9164776e | 6 | |
BenRJG | 4:bcef9164776e | 7 | ///////Definitions//////// |
BenRJG | 4:bcef9164776e | 8 | |
BenRJG | 4:bcef9164776e | 9 | ////////////////////////// |
BenRJG | 4:bcef9164776e | 10 | |
BenRJG | 4:bcef9164776e | 11 | ////////Functions///////// |
BenRJG | 4:bcef9164776e | 12 | |
BenRJG | 4:bcef9164776e | 13 | ////////////////////////// |
BenRJG | 4:bcef9164776e | 14 | #endif |