sw SPI interface specific for the SOLID Slow control beta!!
Fork of SWSPI by
Revision 5:75730aba1ce7, committed 2015-10-23
- Comitter:
- wbeaumont
- Date:
- Fri Oct 23 11:23:00 2015 +0000
- Parent:
- 4:2a23c789bd1c
- Commit message:
- production version archiving
Changed in this revision
SWSPI.cpp | Show annotated file Show diff for this revision Revisions of this file |
SWSPI.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2a23c789bd1c -r 75730aba1ce7 SWSPI.cpp --- a/SWSPI.cpp Tue Oct 14 17:08:14 2014 +0000 +++ b/SWSPI.cpp Fri Oct 23 11:23:00 2015 +0000 @@ -18,6 +18,9 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. + * + * Software adapted for the SM1 project of the SOLID colaboration + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 */ #include <mbed.h>
diff -r 2a23c789bd1c -r 75730aba1ce7 SWSPI.h --- a/SWSPI.h Tue Oct 14 17:08:14 2014 +0000 +++ b/SWSPI.h Fri Oct 23 11:23:00 2015 +0000 @@ -22,6 +22,9 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. + * + * Software adapted for the SM1 project of the SOLID colaboration + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 */