Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelJojoP committed Oct 3, 2024
1 parent 2d94112 commit 74aa8cd
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
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).

0 comments on commit 74aa8cd

Please sign in to comment.