x

Dependents:   20180621_FT813

Fork of BurstSPI by Erik -

Revision:
14:35df38577abd
Parent:
3:7d9b64d67b22
--- a/BurstSPI.h	Sat May 16 11:09:59 2015 +0000
+++ b/BurstSPI.h	Mon Jul 23 12:23:44 2018 +0000
@@ -60,6 +60,9 @@
     * Use it, it takes very little time to execute, so can't hurt.
     */
     void setFormat( void ) {
+        int _hz = 54000000;
+        int _bits = 8;
+        int _mode = 0;
         format(_bits, _mode);
         frequency(_hz);
     }