Aditya Mehrotra / SPIne_Plus_v2

Dependencies:   mbed-dev

Files at this revision

API Documentation at this revision

Comitter:
adimmit
Date:
Tue Mar 30 18:13:24 2021 +0000
Parent:
2:32f69175c78e
Child:
4:e8c1b3f8fc6c
Commit message:
removed print

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Mar 30 14:11:55 2021 +0000
+++ b/main.cpp	Tue Mar 30 18:13:24 2021 +0000
@@ -433,7 +433,7 @@
         ((uint16_t*)(&spi_command))[i] = rx_buff[i];
         //pc.printf("WORD %d RECIEVED: %d\n", i, rx_buff[i]);
     }
-    print_SPI_command();
+    //print_SPI_command();
     
     // run control, which fills in tx_buff for the next iteration
     /*