Add boilerplate for the GreaseWeazle driver.

This commit is contained in:
David Given
2021-01-06 20:39:13 +01:00
parent 8bffb38117
commit 09f9bea7a2
5 changed files with 107 additions and 13 deletions

8
lib/usb/greaseweazle.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef GREASEWEAZLE_H
#define GREASEWEAZLE_H
#define GREASEWEAZLE_VID 0x1209
#define GREASEWEAZLE_PID 0x4d69
#endif