Skip to content

Commit 9d4abb7

Browse files
author
Main Push Robot
committed
Committing dev changes
1 parent 2553121 commit 9d4abb7

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Digital light & proximity sensor LTR-507 breakout Arduino library
22

33
[![Make docs and publish to GitHub Pages](https://github.com/SolderedElectronics/Soldered-Digital-Light-Sensor-Arduino-Library/actions/workflows/make_docs.yml/badge.svg?branch=dev)](https://github.com/SolderedElectronics/Soldered-Digital-Light-Sensor-Arduino-Library/actions/workflows/make_docs.yml)
4+
[![Arduino Library Manager Compatibility](https://github.com/SolderedElectronics/Soldered-Digital-Light-Sensor-Arduino-Library/actions/workflows/arduino_lint.yml/badge.svg?branch=dev)](https://github.com/SolderedElectronics/Soldered-Digital-Light-Sensor-Arduino-Library/actions/workflows/arduino_lint.yml)
5+
46

57
| ![Digital light & proximity sensor LTR-507 breakout](https://upload.wikimedia.org/wikipedia/commons/8/8f/Example_image.svg) |
68
| :-------------------------------------------------------------------------------------------------------------------------: |
@@ -27,7 +29,7 @@ You can find hardware design for this board in [_Digital light & proximity senso
2729

2830
Access Arduino library documentation [here](https://SolderedElectronics.github.io/Soldered-Digital-Light-Sensor-Arduino-Library/).
2931

30-
- Tutorial for using the NAZIV PROIZVODA board
32+
- Tutorial for using the Digital light & proximity sensor board
3133
- Installing an Arduino library
3234

3335
### Board compatibility
@@ -38,19 +40,14 @@ The library is compatible with board & microcontroller families shown in green b
3840

3941
### About Soldered
4042

41-
<img src="https://raw.githubusercontent.com/e-radionicacom/Soldered-Digital-Light-Sensor-Arduino-Library/dev/extras/Soldered-logo-color.png" alt="soldered-logo" width="500"/>
43+
<img src="https://raw.githubusercontent.com/e-radionicacom/Soldered-Generic-Arduino-Library/dev/extras/Soldered-logo-color.png" alt="soldered-logo" width="500"/>
4244

4345
At Soldered, we design and manufacture a wide selection of electronic products to help you turn your ideas into acts and bring you one step closer to your final project. Our products are intented for makers and crafted in-house by our experienced team in Osijek, Croatia. We believe that sharing is a crucial element for improvement and innovation, and we work hard to stay connected with all our makers regardless of their skill or experience level. Therefore, all our products are open-source. Finally, we always have your back. If you face any problem concerning either your shopping experience or your electronics project, our team will help you deal with it, offering efficient customer service and cost-free technical support anytime. Some of those might be useful for you:
4446

4547
- [Web Store](https://www.soldered.com/shop)
4648
- [Tutorials & Projects](https://soldered.com/learn)
4749
- [Community & Technical support](https://soldered.com/community)
4850

49-
### Original source
50-
51-
52-
This library is possible thanks to original [arduino-mcp23017](https://github.com/blemasle/arduino-mcp23017) library. Thank you, blemasle.
53-
5451
### Open-source license
5552

5653
Soldered invests vast amounts of time into hardware & software for these products, which are all open-source. Please support future development by buying one of our products.

library.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name=Soldered Digital Light Sensor
22
version=1.0.0
33
author=Soldered
44
maintainer=Soldered <[email protected]>
5-
sentence=Library used to easily operate with digiral light sensor
6-
paragraph=Library used to easily operate with digiral light sensor
7-
url=https://solde.red/333060
5+
sentence=Library used to easily operate with digital light sensor
6+
paragraph=Library used to easily operate with digital light sensor
7+
category=Sensors
8+
url=https://solde.red/333063
89
repository=https://github.com/SolderedElectronics/Soldered-Digital-Light-Sensor-Arduino-Library
910
architectures=*
10-
includes=Digital-light-sensor-with-easyc-SOLDERED.h
11+
includes=Digital-light-sensor-with-easyc-SOLDERED.h

0 commit comments

Comments
 (0)