Commit c8f0ec8a authored by Marcel Stör's avatar Marcel Stör Committed by Nathaniel Wesley Filardo
Browse files

Add note about GPL (#3400)

Fixes #3025
parent d6c7bfe2
......@@ -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.
!!! 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()
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