Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Nov 23, 2023
1 parent 0301731 commit 45c44b2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [0.1.3] - 2023-11-23
- update readme.md


## [0.1.2] - 2023-01-23
- update GitHub actions
- update license 2023
- update readme.md


## [0.1.1] - 2022-11-26
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
[![Arduino CI](https://github.com/RobTillaart/uv-sensor/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
[![Arduino-lint](https://github.com/RobTillaart/uv-sensor/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/uv-sensor/actions/workflows/arduino-lint.yml)
[![JSON check](https://github.com/RobTillaart/uv-sensor/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/uv-sensor/actions/workflows/jsoncheck.yml)
[![GitHub issues](https://img.shields.io/github/issues/RobTillaart/uv-sensor.svg)](https://github.com/RobTillaart/uv-sensor/issues)

[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/uv-sensor/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/RobTillaart/uv-sensor.svg?maxAge=3600)](https://github.com/RobTillaart/uv-sensor/releases)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/robtillaart/library/uv-sensor.svg)](https://registry.platformio.org/libraries/robtillaart/uv-sensor)


# uv-sensor
Expand Down Expand Up @@ -43,7 +46,7 @@ There is an extended library version which has more functionality and documentat
- https://github.com/RobTillaart/AnalogUVSensor


### Notes
#### Notes

Note: The sensor is not calibrated and the table is indicative for sunlight (assumption!)
and therefore not suitable for e.g. medical or industrial usage.
Expand All @@ -56,7 +59,8 @@ Note: depending on the light source used, the table above is incorrect.

#### Sensitivity

The sensor is sensitive for wavelengths from 200 - 370 nm, so mostly in UVB and UVA region and less in the UVC.
The sensor is sensitive for wavelengths from 200 - 370 nm,
so mostly in UVB and UVA region and less in the UVC.

https://en.wikipedia.org/wiki/Ultraviolet

Expand All @@ -67,3 +71,10 @@ Future development will be done in the library version only.
- https://github.com/RobTillaart/AnalogUVSensor


## Support

If you appreciate my libraries, you can support the development and maintenance.
Improve the quality of the libraries by providing issues and Pull Requests, or
donate through PayPal or GitHub sponsors.

Thank you,

0 comments on commit 45c44b2

Please sign in to comment.