This program implements a slave SPI in software for testing the SPI interface of protocoltool.

Dependencies:   mbed

Fork of 8255_emulator by Jacques Pelletier

Files at this revision

API Documentation at this revision

Comitter:
jpelletier
Date:
Wed Nov 19 06:26:09 2014 +0000
Parent:
3:422d80770413
Child:
5:c79a6e66ed00
Commit message:
Initial state of configure_end changed from true to false

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Oct 27 20:29:59 2013 +0000
+++ b/main.cpp	Wed Nov 19 06:26:09 2014 +0000
@@ -101,7 +101,7 @@
 int main()
 {
 unsigned char key;
-bool configure_end = true;
+bool configure_end = false;
 
     PtrData.input();