Skip to content

Commit 3169b4a

Browse files
authored
Create README.md
1 parent c68c6e6 commit 3169b4a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Define the repository information in these attributes
2+
:repository-owner: arduino-libraries
3+
:repository-name: Arduino_LTR381RGB
4+
5+
= Modbus Library for Arduino =
6+
7+
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/check-arduino.yml/badge.svg["Check Arduino status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/check-arduino.yml"]
8+
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml/badge.svg["Compile Examples status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml"]
9+
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml/badge.svg["Spell Check status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml"]
10+
11+
Allows you to read RGB, Infrared and ambient light channels values from LITEON LTR381RGB sensor.
12+
13+
== License ==
14+
15+
Copyright (c) 2025 Arduino SA
16+
his Source Code Form is subject to the terms fo the Mozilla
17+
Public License (MPL), v 2.0. You can obtain a copy of the MPL
18+
at http://mozilla.org/MPL/2.0/

0 commit comments

Comments
 (0)