Polohpi

Results 4 comments of Polohpi

> By the way, what's is the version of board support package for SAMD controllers? 1.8.2

> Hi, > > please try to comment out the lines in [src/ssd1306_hal/arduino/io.h](https://github.com/lexus2k/ssd1306/blob/master/src/ssd1306_hal/arduino/io.h) source code: > > ```c++ > #include > #include > //#elif defined(ARDUINO_ARCH_SAMD) > //#include > //#include >...

Yes my bad it is the SBS01V sorry. `send_voltage(VOLTAGE_SLOT,(uint16_t)128, (uint16_t)255);` this send 2 voltages. The only one that i can read is the second one. I dont understand how the...

The rs304b already send internal voltage on slot 0. That's maybe why. I dont think it's a bug, i have the same problem with the exemple included in the library.