Unverified Commit 6643cb46 authored by Marcel Stör's avatar Marcel Stör Committed by GitHub
Browse files

Add note about GPL (#3400)

Fixes #3025
parent e4160454
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
This module provides access to the [AM2320](https://akizukidenshi.com/download/ds/aosong/AM2320.pdf) humidity and temperature sensor, using the i2c interface. This module provides access to the [AM2320](https://akizukidenshi.com/download/ds/aosong/AM2320.pdf) humidity and temperature sensor, using the i2c interface.
!!! caution
This code is licensed under GPL by its author. Any binaries that include this module becomes subject to the GPL, requiring anyone who ships them to also ship source.
## am2320.read() ## am2320.read()
Samples the sensor and returns the relative humidity in % and temperature in celsius, as an integer multiplied with 10. Samples the sensor and returns the relative humidity in % and temperature in celsius, as an integer multiplied with 10.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment