Shuhei Tsuchida / Mbed 2 deprecated dotstar_old_style_6volleyball

Dependencies:   RotationMat_ SDFileSystem math mbed trigonometric_fanc

Revision:
1:64ca0218709d
Parent:
0:28d0b65a60fe
Child:
2:b09caaa3de96
--- a/Adafruit_DotStar.h	Mon Feb 01 13:53:13 2016 +0000
+++ b/Adafruit_DotStar.h	Wed Feb 03 11:07:45 2016 +0000
@@ -87,8 +87,8 @@
     // Setup the spi for 8 bit data,
     // second edge capture, with a 1MHz clock rate
     spi.format(8, 0); // mode0 POL:positive PHA:ラッチ先行
- //   spi.frequency(19000000);
-    spi.frequency(1000000);
+    spi.frequency(19000000);
+ //   spi.frequency(1000000);
 }
 
 void Adafruit_DotStar::show(void)