Update metadata & info
This commit is contained in:
parent
f779371c5e
commit
7c80336f9a
@ -11,14 +11,23 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
"""
|
||||||
##########################
|
##########################
|
||||||
# Weather and GPS logger #
|
# Weather and GPS logger #
|
||||||
##########################
|
##########################
|
||||||
|
Author : Pierrick Couturier
|
||||||
|
|
||||||
# Use with:
|
Use with:
|
||||||
# * Adafruit Feather M0 Express
|
* Adafruit Feather M0 Express (CircuitPython firmware 3.0.0)
|
||||||
# * Adafruit Ultimate GPS FeatherWing
|
* Adafruit Ultimate GPS FeatherWing
|
||||||
# * Bosch BME280 sensor (air temperature, humidity, atmospheric pressure) on I2C
|
* Bosch BME280 sensor (air temperature, humidity, atmospheric pressure) on I2C
|
||||||
|
|
||||||
|
TODO for v1 :
|
||||||
|
* write data on flash drive
|
||||||
|
* send data trough UART (new one !)
|
||||||
|
"""
|
||||||
|
__version__ = 0.1
|
||||||
|
__repo__ = "https://framagit.org/arofarn/Cameteo"
|
||||||
|
|
||||||
##########
|
##########
|
||||||
# config #
|
# config #
|
||||||
|
Loading…
Reference in New Issue
Block a user