Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: RotationMat_ SDFileSystem math mbed trigonometric_fanc
Diff: Adafruit_DotStar.h
- 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)