Skip to content

Code library for initializing and reading from a LidarLite.

License

Notifications You must be signed in to change notification settings

slindeneau/RaspberryLidarLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RaspberryLidarLite

Code library for initializing and reading from a LidarLite.

How to build

gcc -c lidarLite.c
ar -cq liblidarLite.a lidarLite.o

How to link to & use

Include the extra library folder containing the lidarLite library using -L

Then build using the -l lidarLite

About

Code library for initializing and reading from a LidarLite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages