Skip to content

Commit d39cd7a

Browse files
committed
organization: restructure repo
1 parent e376271 commit d39cd7a

9 files changed

+31
-1056
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# sensor-blobs
2+
3+
Mouse optical sensors proprietary firmware blobs
4+
5+
format:
6+
7+
`vendor_device_version.bin`
8+
9+
*version may be omited
10+
11+
## tools
12+
13+
in [tools](tools/) you may find useful scripts to work with these blobs.
14+
15+
### bin2header
16+
17+
bin2headers takes in a binary and creates a usefull C header file with the contents.
18+
19+
```
20+
usage: bin2header.py [-h] [-o OUTPUT] binary.bin
21+
22+
Format binary file to C header
23+
24+
positional arguments:
25+
binary.bin binary to parse.
26+
27+
optional arguments:
28+
-h, --help show this help message and exit
29+
-o OUTPUT, --output OUTPUT
30+
Output file.
31+
```

include/hero_blob.h

Lines changed: 0 additions & 264 deletions
This file was deleted.

include/pmw3360_blob.h

Lines changed: 0 additions & 264 deletions
This file was deleted.

include/pmw3389_blob.h

Lines changed: 0 additions & 264 deletions
This file was deleted.

include/truemove3_blob.h

Lines changed: 0 additions & 264 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)