We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef1ec8 commit 9350f62Copy full SHA for 9350f62
src/devices/FT232H-BME688/FT232H_i2c.cpp
@@ -4,9 +4,7 @@
4
FT232H_I2C::FT232H_I2C(unsigned int i2cChannel)
5
{
6
Init_libMPSSE();
7
- printVersionCheck();
8
DWORD channels;
9
- std::cout << "about to call get channels" << std::endl;
10
I2C_GetNumChannels(&channels);
11
12
ChannelConfig channelConf;
0 commit comments