fix library.json
This commit is contained in:
		
							parent
							
								
									cbe47eebbd
								
							
						
					
					
						commit
						e79a9a36b7
					
				
					 4 changed files with 9 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
//    FILE: Statistic.cpp
 | 
			
		||||
//  AUTHOR: Rob dot Tillaart at gmail dot com
 | 
			
		||||
//          modified at 0.3 by Gil Ross at physics dot org
 | 
			
		||||
// VERSION: 0.4.0
 | 
			
		||||
// VERSION: 0.4.1
 | 
			
		||||
// PURPOSE: Recursive statistical library for Arduino
 | 
			
		||||
//
 | 
			
		||||
// NOTE: 2011-01-07 Gill Ross
 | 
			
		||||
| 
						 | 
				
			
			@ -52,7 +52,8 @@
 | 
			
		|||
// 0.4.0   2020-05-13
 | 
			
		||||
//         refactor
 | 
			
		||||
//         Added flag to switch on the use of stdDev runtime. [idea marc.recksiedl]
 | 
			
		||||
 | 
			
		||||
// 0.4.1   2020-06-19 fix library.json
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#include "Statistic.h"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
//    FILE: Statistic.h
 | 
			
		||||
//  AUTHOR: Rob dot Tillaart at gmail dot com
 | 
			
		||||
//          modified at 0.3 by Gil Ross at physics dot org
 | 
			
		||||
// VERSION: 0.4.0
 | 
			
		||||
// VERSION: 0.4.1
 | 
			
		||||
// PURPOSE: Recursive Statistical library for Arduino
 | 
			
		||||
// HISTORY: See Statistic.cpp
 | 
			
		||||
//
 | 
			
		||||
| 
						 | 
				
			
			@ -11,7 +11,7 @@
 | 
			
		|||
#include <Arduino.h>
 | 
			
		||||
#include <math.h>
 | 
			
		||||
 | 
			
		||||
#define STATISTIC_LIB_VERSION "0.4.0"
 | 
			
		||||
#define STATISTIC_LIB_VERSION "0.4.1"
 | 
			
		||||
 | 
			
		||||
class Statistic
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,12 +16,9 @@
 | 
			
		|||
  "repository":
 | 
			
		||||
  {
 | 
			
		||||
    "type": "git",
 | 
			
		||||
    "url": "https://github.com/RobTillaart/Arduino.git"
 | 
			
		||||
    "url": "https://github.com/RobTillaart/Statistic.git"
 | 
			
		||||
  },
 | 
			
		||||
  "version":"0.4.0",
 | 
			
		||||
  "version":"0.4.1",
 | 
			
		||||
  "frameworks": "arduino",
 | 
			
		||||
  "platforms": "*",
 | 
			
		||||
  "export": {
 | 
			
		||||
    "include": "libraries/Statistic"
 | 
			
		||||
  }
 | 
			
		||||
  "platforms": "*"
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
name=Statistic
 | 
			
		||||
version=0.4.0
 | 
			
		||||
version=0.4.1
 | 
			
		||||
author=Rob Tillaart <rob.tillaart@gmail.com>
 | 
			
		||||
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
 | 
			
		||||
sentence=Library with basic statistical functions for Arduino. 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue