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

JoaoVitorSBarbosa/testeV3lox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connections

   graph LR

  A[VL53L0X]; 
  B[STM32F103C8T6];
  A --> C[SDA];
  A --> D[SCL];
  A --> E[GND];
  A --> F[VCC];
  A --> G[XSHUT];
  
  C --> H[PB7];
  D --> I[PB6];
  E --> J[GND];
  F --> K[3.3];
  G --> L[3.3];
  
  H --> B;
  I --> B;
  J --> B;
  K --> B;
  L --> B;
Loading

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published