Commit Graph

39 Commits

Author SHA1 Message Date
Rob Tillaart
1248e73967 0.6.1 MAX44009 2024-05-22 10:12:43 +02:00
Rob Tillaart
568d35f292 bulk update GitHub actions 2024-04-13 10:35:57 +02:00
Rob Tillaart
877d392562 0.6.0 Max44009 2023-10-04 10:47:20 +02:00
rob tillaart
7bb6204dca 0.5.3 Max44009 + Github Actions 2023-02-25 14:50:10 +01:00
rob tillaart
981c9f9168 0.5.3 Max44009 2022-11-16 16:00:38 +01:00
rob tillaart
4d66441771 add funding.yml 2022-08-03 21:56:07 +02:00
rob tillaart
a2ab58e222 0.5.2 MAX44009 2022-01-05 16:46:56 +01:00
rob tillaart
14b6317b3e 0.5.1 MAX44009 2021-12-21 13:31:20 +01:00
rob tillaart
ad7a0cac83 0.5.0 MAX44009 2021-06-04 20:31:56 +02:00
rob tillaart
9a1789312c 0.4.4 MAX44009 2021-05-28 13:37:15 +02:00
rob tillaart
4e9ea7640d add arduino-lint 2021-05-28 13:17:38 +02:00
rob tillaart
30cb3ec38d update libs 2021-04-25 19:56:44 +02:00
rob tillaart
534c960a32 update libs 2021-04-07 13:31:22 +02:00
rob tillaart
7661eee8b4 2021-01-29 2021-01-29 12:31:58 +01:00
rob tillaart
de6544a719 update libraries J..M 2020-11-27 11:20:37 +01:00
RobTillaart
28f80f128c documentation updates 2020-04-16 12:59:37 +02:00
RobTillaart
bbd7d1a38a update readme.md and added example two sensors 2020-02-16 10:00:38 +01:00
RobTillaart
e0e23a36e8 fix #142 constructor, major refactor ==> 0.4.0
+ redo setManualMode()
+ redo setAutomaticMode()
+ redo setContinuousMode()
+ add clrContinuousMode()
+ add getIntegrationTime()
+ add 4 examples

Signed-off-by: RobTillaart <rob.tillaart@gmail.com>
2020-01-31 13:58:43 +01:00
RobTillaart
029aab4219 issue #140 refactor constructor / configure 2020-01-27 17:06:52 +01:00
RobTillaart
8ddfb12b44 issue #132, fix for reading full range
set automatic mode in constructor
add some error checking
2020-01-27 16:40:10 +01:00
RobTillaart
672af9f698 fix #133 overflow of exponent
+ added readme.md
+ some cleanup
2020-01-21 15:26:58 +01:00
Moritz Ulmer
fbea3f36f5 Allow multiple Wire interfaces
Why:

- Some boards have multiple I2C interfaces
- Control when TwoWire.begin() is called

This change addresses the need by:

- Option to not begin() Wire
- Always be in configured state (no null ptr crash)
- Internally use TwoWire pointer
- Add example of new functionality
- Add possible I2C addresses
- Update I2C address in example to be within 0 - 127 range
2020-01-19 22:53:40 +01:00
RobTillaart
169bb2e42f Fix issue #127 - ctor
small optimization in setThreshold()
add Wire.begin() to setup() of example sketch
2019-09-03 12:22:43 +02:00
RobTillaart
89d3754c97 issue #118 Fix constructor for ESP8266 2018-12-08 16:06:27 +01:00
Bollie
a2a9f56779
Typo 2018-12-08 12:26:37 +01:00
Bollie
f6d173bfc2
Update max44009.cpp 2018-12-07 19:30:15 +01:00
Bollie
ba645e5a03
Update Max44009.h 2018-12-07 19:22:56 +01:00
RobTillaart
cc695a5499 issue #108 Fix shift math 2018-07-01 15:42:05 +02:00
RobTillaart
fc8444196f Fixed issue #105 - read register 2018-05-13 16:38:11 +02:00
RobTillaart
1fb9c4e4c5 Fix issue #98 - extend constructor for ESP8266 2018-04-02 13:29:46 +02:00
RobTillaart
02c271bdaa fix library.json keywords format 2018-01-09 00:11:37 +01:00
RobTillaart
5d7b26abeb fix #87 - version field for library.json files 2018-01-07 19:13:07 +01:00
RobTillaart
7177809c01 fix URL path in library.properties 2017-08-20 17:16:48 +02:00
RobTillaart
907450e524 Fix return bugs; added a minimal test sketch; added keywords.txt; added const 2017-07-27 00:24:25 +02:00
RobTillaart
add7ed3b15 + max44009 0.1.5 updated history 2017-04-20 10:21:49 +02:00
debsahu
ba7c2442f6 Update Max44009.h
void setAutomaticMode(); is defined in Max44009.cpp but not in header file.
2017-04-15 13:50:03 -04:00
RobTillaart
8a94bc3acc initial versions of library.properties 2016-12-18 11:02:20 +01:00
RobTillaart
018a4872a6 update library.json files 2016-12-18 10:48:17 +01:00
RobTillaart
1d4d705d36 Library for the Max44009 2016-12-17 20:58:29 +01:00