Exemple #1
0
 public FL164KIF01BlockDriver(SPI spi, OutputPort inUseLed, int pagesPerCluster)
 {
     _flash          = new FL164KIF01(spi);
     _clusterSize    = (ushort)(pagesPerCluster * FL164KIF01.PageSize);
     _inUseIndicator = inUseLed;
 }
 public FL164KIF01BlockDriver(SPI spi, OutputPort inUseLed, int pagesPerCluster)
 {
     _flash = new FL164KIF01(spi);
     _clusterSize = (ushort)(pagesPerCluster * FL164KIF01.PageSize);
     _inUseIndicator = inUseLed;
 }