Skip to content

A example Code for test the TOF sensor Vl53L0X with an STM32F103C8

Notifications You must be signed in to change notification settings

RicardoPiero/testeV3lox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connections

   graph LR

  A[VL53L0X 1];
  M[VL53L0x 2];
  B[STM32F103C8T6];
  
  A --> C[SDA];
  A --> D[SCL];
  A --> E[GND];
  A --> F[VCC];
  A --> G[XSHUT];
  
  M --> N[SDA];
  M --> O[SCL];
  M --> P[GND];
  M --> Q[VCC];
  M --> R[XSHUT];
  
  C --> H[PB7];
  D --> I[PB6];
  E --> J[GND];
  F --> K[3.3];
  G --> L[PA0];
  
  N--> S[PB7];
  O--> T[PB6];
  P--> U[GND];
  Q--> V[3.3];
  R--> W[PA1];
  
  H --> B;
  I --> B;
  J --> B;
  K --> B;
  L --> B;
  
  S --> B;
  T --> B;
  U --> B;
  V --> B;
  W --> B;
Loading

About

A example Code for test the TOF sensor Vl53L0X with an STM32F103C8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.0%
  • C 12.0%