7:e336d6afc5a6 | 8:f706499906b8 |
---|---|
18 pass | 18 pass |
19 | 19 |
20 def flash_id(): | 20 def flash_id(): |
21 pass | 21 pass |
22 | 22 |
23 def flash_size(): | |
24 pass | |
25 | |
26 def flash_user_start(): | |
27 pass | |
28 | |
29 def flash_read(byte_offset, length_or_buffer): | 23 def flash_read(byte_offset, length_or_buffer): |
30 pass | 24 pass |
31 | 25 |
32 def flash_write(byte_offset, bytes): | 26 def flash_write(byte_offset, bytes): |
33 pass | 27 pass |