レーザー用のプログラムです(複数不可) 正規の方法じゃないから問題が起こるかもね がんばって
Fork of VL53L0X_STM32compatible_2 by
Diff: VL53L0X_SH.h
- Revision:
- 2:30363c43d575
- Parent:
- 1:4fe66089799c
--- a/VL53L0X_SH.h Mon Dec 25 03:38:05 2017 +0000 +++ b/VL53L0X_SH.h Tue Dec 26 03:39:31 2017 +0000 @@ -135,6 +135,8 @@ return io_timeout; } bool timeoutOccurred(void); + + char address; private: // TCC: Target CentreCheck @@ -158,7 +160,7 @@ char data_r_1[1]; //buff for read char data_r_2[2]; //buff for read char data_r_4[4]; //buff for read - char address; +// char address; short io_timeout; bool did_timeout; short timeout_start_ms;