diff options
| author | Benjamin Shockley <benjaminshockley@hotmail.com> | 2018-11-20 13:21:43 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-20 13:21:43 -0600 |
| commit | 69eb2efcedd3569aca1a8ebd6404c73287bd11a7 (patch) | |
| tree | 06198bb8edaf27c126792c7d7bfdb103dfa4f84f | |
| parent | c344d488405ec7b86446c94cb053b7c55f04724d (diff) | |
Update devices.h
| -rw-r--r-- | ports/atmel-samd/external_flash/devices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/external_flash/devices.h b/ports/atmel-samd/external_flash/devices.h index e5c29d469..ea1b24a32 100644 --- a/ports/atmel-samd/external_flash/devices.h +++ b/ports/atmel-samd/external_flash/devices.h @@ -181,7 +181,7 @@ typedef struct { } // Settings for the Winbond W25Q16JV 2MiB SPI flash. - +// Datasheet: https://www.winbond.com/resource-files/w25q16jv%20spi%20revf%2005092017.pdf #define W25Q16JV {\ .total_size = (1 << 21), /* 2 MiB */ \ .start_up_time_us = 5000, \ |
