diff --git a/ftdipp_mpsse.hpp b/ftdipp_mpsse.hpp index 4df0897..03a6c0d 100644 --- a/ftdipp_mpsse.hpp +++ b/ftdipp_mpsse.hpp @@ -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,