driver for RFD77402 TOF sensor

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
alexchu
Posts: 4
Joined: Tue Apr 21, 2020 8:52 am

driver for RFD77402 TOF sensor

Post by alexchu » Fri May 29, 2020 8:18 am

I wrote this driver for the RFD77402 TOF sensor, here is the link: https://github.com/ZIOCC/Qwiic_TOF_Modu ... icropython
I'm new to micropython. I learnt python for a few month, and I work at an electronic company, so I'm trying to use micropython to improve skills at micro-controller world. I tested the library, it works well.
The library basically referred sparkfun's arduino library: https://github.com/sparkfun/SparkFun_RF ... master/src

Post Reply