-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# LSA08_Simplified | ||
Arduino library for interfacing LSA08 line sensor | ||
|
||
![v1.1.0](https://img.shields.io/badge/Version-1.0.0-blue) | ||
![Library CI](https://github.com/csd-robocon-nitk/LSA08_Simplified/actions/workflows/libraryci.yml/badge.svg) | ||
|
||
An easy to use Arduino library for interfacing LSA08 line sensor. | ||
|
||
## Features | ||
|
||
- **Cross-Platform:** Works on any microcontroller that can be programmed using the Arduino IDE. | ||
|
||
- **Multiple Interfaces:** The LSA08 sensor can be interfaced with the MCU via an analog pin, UART, or even software serial!! | ||
|
||
- **Device Control:** The library offers APIs to perform various operations such as triggering auto-calibration, changing thresholds and changing the line mode from the MCU itself. | ||
|
||
## Licence | ||
|
||
This project is licensed under the [MIT Licence](https://github.com/csd-robocon-nitk/LSA08_Simplified/blob/main/LICENSE). |