M5StickCに距離センサ VL53L0Xを接続用 Hat を作ります。
結線の方法はまた調べてないが、結線したら変更は大変だから、ジャパーワイヤ使える実験用のHatも作りました。
/*
*******************************************************************************
* Copyright (c) 2023 by M5Stack
* Equipped with M5StickC sample source code
* 配套 M5StickC 示例源代码
* Visit for more information: https://docs.m5stack.com/en/core/m5stickc
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/m5stickc
*
* Product: ToF. 激光测距
* Date: 2022/6/3
*******************************************************************************
Please connect to hat,Use ToF Hat to detect distance and display distance
data on the screen in real time.
请连接HAT,使用ToF HAT检测距离,并在屏幕上实时显示距离数据。
Please install vl53l0x lib first(https://github.com/pololu/vl53l0x-arduino)
lib in Sketch->Includ Library->Library Manager, search for vl53l0x
Author:pololu
*/