File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
//
4
4
// FILE: Max44009.h
5
5
// AUTHOR: Rob dot Tillaart at gmail dot com
6
- // VERSION: 0.1.9
6
+ // VERSION: 0.1.10
7
7
// PURPOSE: library for MAX44009 lux sensor Arduino
8
8
// HISTORY: See Max440099.cpp
9
9
//
18
18
#include " WProgram.h"
19
19
#endif
20
20
21
- #define MAX44009_LIB_VERSION " 0.1.9 "
21
+ #define MAX44009_LIB_VERSION " 0.1.10 "
22
22
23
23
// REGISTERS
24
24
#define MAX44009_INTERRUPT_STATUS 0x00
Original file line number Diff line number Diff line change 15
15
"type" : " git" ,
16
16
"url" : " https://github.com/RobTillaart/Arduino.git"
17
17
},
18
- "version" :" 0.1.9 " ,
18
+ "version" :" 0.1.10 " ,
19
19
"frameworks" : " arduino" ,
20
20
"platforms" : " *" ,
21
21
"export" : {
Original file line number Diff line number Diff line change 1
1
name =Max44009
2
- version =0.1.9
2
+ version =0.1.10
3
3
author =Rob Tillaart <rob.tillaart@gmail.com>
4
4
maintainer =Rob Tillaart <rob.tillaart@gmail.com>
5
5
sentence =Library for MAX44009 lux sensor Arduino.
Original file line number Diff line number Diff line change 1
1
//
2
2
// FILE: Max44009.cpp
3
3
// AUTHOR: Rob Tillaart
4
- // VERSION: 0.1.9
4
+ // VERSION: 0.1.10
5
5
// PURPOSE: library for MAX44009 lux sensor Arduino
6
6
// URL: https://github.com/RobTillaart/Arduino/tree/master/libraries
7
7
//
8
8
// Released to the public domain
9
9
//
10
+ // 0.1.10 - 2018-12-08 issue #118 Fix constructor esp8266
11
+ // (thanks to Bolukan)
10
12
// 0.1.9 - 2018-07-01 issue #108 Fix shift math
11
13
// (thanks Roland vandecook)
12
14
// 0.1.8 - 2018-05-13 issue #105 Fix read register
You can’t perform that action at this time.
0 commit comments