Skip to content

Wangs121/US-100-Ultrasonic-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library for Arduino to use US-100 Ultrasound sensor .

  • use GPIO mode and UART mode to get Distance

  • use UART to get Temperature

Using UART:

  • initialize
US100 mysonic1(2,3,50);
  • Get Distance:
mysonic1.get_Distance();

Using GPIO:

  • initialize
US100 mysonic1(100);
  • Get Distance:
mysonic1.get_Distance();

see more in example folder.

About

us 100 / us100 ultrasonic sensor Arduino library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages