From 04d8c9b85a1ea3bbc92ba1d3c32d553a25548152 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Sat, 21 Dec 2019 09:26:47 +0000 Subject: [PATCH] Tested with 256KiB STM chip. SPI bug fixed. --- spi/eeprom_spi.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spi/eeprom_spi.py b/spi/eeprom_spi.py index 60ae343..6607a56 100644 --- a/spi/eeprom_spi.py +++ b/spi/eeprom_spi.py @@ -1,6 +1,5 @@ # eeprom_spi.py MicroPython driver for Microchip 128KiB SPI EEPROM device, -# also STM 256KiB chip -# TODO the latter not yet tested. +# also STM 256KiB chip. # Released under the MIT License (MIT). See LICENSE. # Copyright (c) 2019 Peter Hinch