Commit Graph

13 Commits

Author SHA1 Message Date
Rob Tillaart
1248e73967 0.6.1 MAX44009 2024-05-22 10:12:43 +02:00
Rob Tillaart
877d392562 0.6.0 Max44009 2023-10-04 10:47:20 +02:00
rob tillaart
981c9f9168 0.5.3 Max44009 2022-11-16 16:00:38 +01:00
rob tillaart
14b6317b3e 0.5.1 MAX44009 2021-12-21 13:31:20 +01:00
rob tillaart
9a1789312c 0.4.4 MAX44009 2021-05-28 13:37:15 +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
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
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
907450e524 Fix return bugs; added a minimal test sketch; added keywords.txt; added const 2017-07-27 00:24:25 +02:00