Skip to content

Commit

Permalink
updated library pollutant-concentration-to-aqi
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarzen authored Mar 22, 2024
1 parent 0af9ab7 commit f535164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio/lib/pollutant-concentration-to-aqi/aqi.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* AQI library declarations for pollutant-concentration-to-aqi.
* Copyright (C) 2022-2023 Luke Marzen
* Copyright (C) 2022-2024 Luke Marzen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -58,7 +58,7 @@ extern "C" {
* '_Xh', where 'X' is the time period samples are averaged over in hours.
* (or '_Xmin' for minutes)
*
* Ex: 'co_8h' is interpreted as, the X hour moving average concentration of
* Ex: 'co_8h' is interpreted as, the 8 hour moving average concentration of
* Carbon Monoxide.
*
* Useful websites with more information about various aqi scales:
Expand Down

0 comments on commit f535164

Please sign in to comment.