Skip to content

Commit ae1471e

Browse files
authored
update readme.md (#29)
- update readme.md - update license - minor edits
1 parent 78643ea commit ae1471e

File tree

23 files changed

+135
-79
lines changed

23 files changed

+135
-79
lines changed

AGS02MA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// FILE: AGS02MA.cpp
33
// AUTHOR: Rob Tillaart, Viktor Balint, Beanow
44
// DATE: 2021-08-12
5-
// VERSION: 0.4.2
5+
// VERSION: 0.4.3
66
// PURPOSE: Arduino library for AGS02MA TVOC sensor
77
// URL: https://github.com/RobTillaart/AGS02MA
88

AGS02MA.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
// FILE: AGS02MA.h
44
// AUTHOR: Rob Tillaart, Viktor Balint, Beanow
55
// DATE: 2021-08-12
6-
// VERSION: 0.4.2
6+
// VERSION: 0.4.3
77
// PURPOSE: Arduino library for AGS02MA TVOC sensor
88
// URL: https://github.com/RobTillaart/AGS02MA
9-
//
109

1110

1211
#include "Arduino.h"
1312
#include "Wire.h"
1413

1514

16-
#define AGS02MA_LIB_VERSION (F("0.4.2"))
15+
#define AGS02MA_LIB_VERSION (F("0.4.3"))
1716

1817
#define AGS02MA_OK 0
1918
#define AGS02MA_ERROR -10

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88

9+
10+
## [0.4.3] - 2025-08-15
11+
- update readme.md
12+
- update license
13+
- minor edits
14+
915
## [0.4.2] - 2024-02-03
1016
- update readme.md
1117
- added multiplexer section
@@ -18,7 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1824
- redo **readRegister()**
1925
- minor edits
2026

21-
2227
## [0.4.1] - 2023-12-10
2328
- fix #26, error in readme.
2429

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 Rob Tillaart
3+
Copyright (c) 2021-2025 Rob Tillaart
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)