-
- Downloads
stmhal: Expose flash and SD card as proper objects with block protocol.
You can now create (singleton) objects representing the flash and SD card, using: flash = pyb.Flash() sdcard = pyb.SDCard() These objects provide the block protocol.
Showing
- stmhal/modpyb.c 6 additions, 1 deletionstmhal/modpyb.c
- stmhal/qstrdefsport.h 2 additions, 1 deletionstmhal/qstrdefsport.h
- stmhal/sdcard.c 72 additions, 12 deletionsstmhal/sdcard.c
- stmhal/sdcard.h 1 addition, 0 deletionsstmhal/sdcard.h
- stmhal/storage.c 82 additions, 1 deletionstmhal/storage.c
- stmhal/storage.h 6 additions, 0 deletionsstmhal/storage.h
Loading
Please register or sign in to comment