mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
ftdipp_mpsse: add method to access vid and pid
This commit is contained in:
@@ -20,6 +20,8 @@ class FTDIpp_MPSSE {
|
||||
int setClkFreq(uint32_t clkHZ);
|
||||
int setClkFreq(uint32_t clkHZ, char use_divide_by_5);
|
||||
|
||||
int vid() {return _vid;}
|
||||
int pid() {return _pid;}
|
||||
|
||||
protected:
|
||||
void open_device(unsigned int vid, unsigned int pid,
|
||||
|
||||
Reference in New Issue
Block a user