소스 검색

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();

Loading…
취소
저장