Damien George 3770cd2e70 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.
2016-02-10 23:40:10 +00:00
..
2014-03-11 23:55:41 -07:00
2014-05-02 23:03:23 +01:00
2014-03-12 18:15:55 -07:00
2014-06-15 00:41:47 +01:00
2016-01-19 12:29:47 +00:00