james hatch
/
Encoder
df
Diff: Encoder.cpp
- Revision:
- 2:6f9c364ebe40
- Parent:
- 0:0a457148bccf
--- a/Encoder.cpp Tue Jun 30 23:55:34 2015 +0000 +++ b/Encoder.cpp Wed Jul 01 02:35:56 2015 +0000 @@ -11,7 +11,7 @@ //format SPI for 16 bit data, low steady state clock, second edge capture with 10MHz clock _spi.format(16,1); - _spi.frequency(10000000); + _spi.frequency(96000000); } /***********************************************************