Skip to content

Create and program a device that detects light in much the same way radar detects radio waves * or lidar detects laser light. * Your light wave radar will use a servo to point the phototransistor around the room, * measuring light intensity. * Your light wave radar system will be a manual scanner that moves by accepting commands from you through…

Notifications You must be signed in to change notification settings

denohpakni/LightWaveRadar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1st time installing an anrduino library from PlatformIO birary website

Command Line Interface

PlatformIO IDE has a built-in Terminal that can be used to manage libraries manually:

pio lib install "arduino-libraries/Servo"

Install specific version

pio lib install "arduino-libraries/Servo@1.1.7"

installed libraries are save in the "platformio.ini" file

About

Create and program a device that detects light in much the same way radar detects radio waves * or lidar detects laser light. * Your light wave radar will use a servo to point the phototransistor around the room, * measuring light intensity. * Your light wave radar system will be a manual scanner that moves by accepting commands from you through…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages