Skip to content

Commit 74aa8cd

Browse files
committed
Update README.md
1 parent 2d94112 commit 74aa8cd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# LSA08_Simplified
2-
Arduino library for interfacing LSA08 line sensor
2+
3+
![v1.1.0](https://img.shields.io/badge/Version-1.0.0-blue)
4+
![Library CI](https://github.com/csd-robocon-nitk/LSA08_Simplified/actions/workflows/libraryci.yml/badge.svg)
5+
6+
An easy to use Arduino library for interfacing LSA08 line sensor.
7+
8+
## Features
9+
10+
- **Cross-Platform:** Works on any microcontroller that can be programmed using the Arduino IDE.
11+
12+
- **Multiple Interfaces:** The LSA08 sensor can be interfaced with the MCU via an analog pin, UART, or even software serial!!
13+
14+
- **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.
15+
16+
## Licence
17+
18+
This project is licensed under the [MIT Licence](https://github.com/csd-robocon-nitk/LSA08_Simplified/blob/main/LICENSE).

0 commit comments

Comments
 (0)