ソースを参照

Add readSerialNumber(uint8_t *buf);

Size of buf: 8 bytes
main
Frank 8年前
コミット
75af47fe4b
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      SerialFlash.h

+ 1
- 0
SerialFlash.h ファイルの表示

@@ -42,6 +42,7 @@ public:
static void sleep();
static void wakeup();
static void readID(uint8_t *buf);
static void readSerialNumber(uint8_t *buf);
static void read(uint32_t addr, void *buf, uint32_t len);
static bool ready();
static void wait();

読み込み中…
キャンセル
保存