kopia lustrzana https://github.com/peterhinch/micropython_eeprom
Tested with 256KiB STM chip. SPI bug fixed.
rodzic
07def0505c
commit
04d8c9b85a
|
@ -1,6 +1,5 @@
|
||||||
# eeprom_spi.py MicroPython driver for Microchip 128KiB SPI EEPROM device,
|
# eeprom_spi.py MicroPython driver for Microchip 128KiB SPI EEPROM device,
|
||||||
# also STM 256KiB chip
|
# also STM 256KiB chip.
|
||||||
# TODO the latter not yet tested.
|
|
||||||
|
|
||||||
# Released under the MIT License (MIT). See LICENSE.
|
# Released under the MIT License (MIT). See LICENSE.
|
||||||
# Copyright (c) 2019 Peter Hinch
|
# Copyright (c) 2019 Peter Hinch
|
||||||
|
|
Ładowanie…
Reference in New Issue