File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 22//
33// FILE: multimap.h
44// AUTHOR: Rob Tillaart
5- // VERSION: 0.1.1
5+ // VERSION: 0.1.2
6+ // DATE: 2011-01-26
67// PURPOSE: Arduino library for fast non-linear mapping or interpolation of values
78// URL: https://github.com/RobTillaart/MultiMap
89// URL: http://playground.arduino.cc/Main/MultiMap
910//
10- // HISTORY: see playground article
11+ // HISTORY:
12+ // 0.0.1 2011-01-26 initial version (see forum)
13+ // .....
14+ // 0.1.0 2015-03-29
15+ // 0.1.1 2020-04-09
16+ // 0.1.2 2020-06-19 fix library.json
17+ //
1118//
1219
13- #define MULTIMAP_LIB_VERSION " 0.1.1 "
20+ #define MULTIMAP_LIB_VERSION " 0.1.2 "
1421
1522#include < Arduino.h>
1623
Original file line number Diff line number Diff line change 1515 "type" : " git" ,
1616 "url" : " https://github.com/RobTillaart/MultiMap.git"
1717 },
18- "version" :" 0.1.1 " ,
18+ "version" :" 0.1.2 " ,
1919 "frameworks" : " arduino" ,
20- "platforms" : " *" ,
21- "export" : {
22- "include" : " MultiMap"
23- }
20+ "platforms" : " *"
2421}
Original file line number Diff line number Diff line change 11name =MultiMap
2- version =0.1.1
2+ version =0.1.2
33author =Rob Tillaart <rob.tillaart@gmail.com>
44maintainer =Rob Tillaart <rob.tillaart@gmail.com>
55sentence =Library for fast non-linear interpolation by means of two arrays.
You can’t perform that action at this time.
0 commit comments