Ryo Od / BaseMachineComon

Files at this revision

API Documentation at this revision

Comitter:
ryood
Date:
Fri Oct 28 03:53:24 2016 +0000
Parent:
4:f02ce4f32137
Commit message:
Change SPI bits to 8bit

Changed in this revision

BaseMachineCommon.h Show annotated file Show diff for this revision Revisions of this file
--- a/BaseMachineCommon.h	Wed Oct 26 11:40:25 2016 +0000
+++ b/BaseMachineCommon.h	Fri Oct 28 03:53:24 2016 +0000
@@ -6,6 +6,7 @@
  */
 
 #define SPI_UI_TO_SEQUENCER_RATE    (1500000)   // Actual frequency about 1.3MHz
+#define SPI_UI_TO_SEQUENCER_BITS    (8)
 #define SPI_UI_TO_SEQUENCER_MODE    (0)
 #define SEQUENCE_N  (16)