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

Dependencies:   mbed

Fork of 8255_emulator by Jacques Pelletier

Revision:
4:241cd0193031
Parent:
3:422d80770413
Child:
5:c79a6e66ed00
--- 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();