pololu / vl53l0x-arduino

Pololu Arduino library for VL53L0X time-of-flight distance sensor
https://www.pololu.com/product/2490
Other
346 stars 162 forks source link

How to use this library with digispark attiny85 board #26

Closed PaulKovalov closed 6 years ago

PaulKovalov commented 6 years ago

The problem is that this library doesn't work properly with attiny85, is it actually possible to use this library with attiny?

kevin-pololu commented 6 years ago

Hi,

We have only written and tested this library for some of the most common standard Arduino boards, so it might not be practical to make it to work with all Arduino-compatible microcontrollers, but we can try to see if there is something simple preventing it from working with the ATTiny85. Can you provide more details about how it is not working? What behavior are you expecting and what do you see instead? Are you getting any error messages?

PaulKovalov commented 6 years ago

I'm sorry, the problem was in power supply XD It works just excellent with your library, thank you for doing it!

NicoBM10 commented 3 years ago

Hello, I'm trying to connect the VL53L0X to ATtiny85. Could you put the code here, please?