sparkfun / SparkFun_VL53L5CX_Arduino_Library

Other
27 stars 13 forks source link

Fail to compile on ELEGOO Mega 2560 #13

Open masaldana2 opened 1 year ago

masaldana2 commented 1 year ago

it has 256k flash storage users/Documents/Arduino/libraries/SparkFun_VL53L5CX_Arduino_Library/src/vl53l5cx_buffers.h:86103:1: sorry, unimplemented: non-trivial designated initializers not supported

fsengi commented 11 months ago

same problem here, for ELEGOO MEGA2560 R3 Board 256k flash

PerHenrikHardeberg commented 9 months ago

Same problem here. Any solution to the problem?

fsengi commented 9 months ago

I solved it by using a nucleo 144 stm32f747 board. You can use the st boards with arduino code. Check out the stm32duino repo by st. They have a step by step guide how to get the stm board up with arduino code. At least for me the cycle time was 1s, way too slow for my purposes. Best regards!