This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-serial-flash
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add readSerialNumber(uint8_t *buf);
Size of buf: 8 bytes
main
Frank
9 years ago
parent
c9c66e24b9
commit
75af47fe4b
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
SerialFlash.h
+ 1
- 0
SerialFlash.h
View File
@@ -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();
Write
Preview
Loading…
Cancel
Save