Hello all, i have a weird issue with Freejoy + STM32F103C8T6 991A KA 93 MYS 808 + SimHUB Arduino Pro Micro Led RPM. I use firmware 1.7.1b3. Flashing is ok and controller works perfect connected on USB ...
The code I tested is below. python code: import smbus bus = smbus.SMBus(1) # Read a block of 6 bytes from address 0x18, offset 0 data = bus.read_i2c_block_data(0x18, 0, 6) The code was successfully ...