No Description

Kenneth van Ewijk a0c37c1a23 Converted everything to work with polymorphism 11 years ago
Display f39b6b17b3 Derpboard 11 years ago
AvgWindspeed.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago
Calculator.java 8c00634968 Fixed HeatIndex (returns in Centigrade) 11 years ago
CloudHeight.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago
GUIboard.java 94cab3188e Added formulas for the writeGraphToMatrix method. Not yet correctly implemented. Axis are create, graph does not yet show up. The "Weerstation" class needs code to call this method when the red button is pressed to make testing easier 11 years ago
Grootheid.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago
IO.java 54407c0519 Syncbitch 11 years ago
InsideHum.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago
InsideTemp.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago
Main.java 54407c0519 Syncbitch 11 years ago
Measurement.java 92da47a4d5 Merge remote-tracking branch 'origin/master' 11 years ago
OutsideHum.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago
OutsideTemp.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago
README.md d4b3e840f5 General bugfixes 11 years ago
RainRate.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago
UVLevel.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago
Weerstation.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago
WeerstationConnector.java 54407c0519 Syncbitch 11 years ago
WindChill.java a0c37c1a23 Converted everything to work with polymorphism 11 years ago

README.md

#Weerstation

Hier staan alle benodigde bestanden van het Weerstation project.

##Vooruitgang

Klasse Uitleg Af
AvgWindSpeed Bevat alles voor de gemiddelde windsnelheid [x]
OutsideTemp Bevat alles voor de buitentemperatuur [x]
Calculator Kan alle ruwe waarden omrekenen naar Nederlandse standaarden [x]
GUIboard Kan alle opgegeven waarden weergeven op het GUIboard [ ]
IO Geleverd [-]
InsideHum Bevat alles voor de binnen luchtvochtigheid [x]
Main Niet meer in gebruik [-]
Measurement Slaat alle eenheden van een meetpunt op (elke minuut). Kan ook alle waarden omrekenen via de Calculator [x]
OutsideHum Bevat alles voor de buiten luchtvochtigheid [x]
README Dit bestand [ ]
RainRate Bevat alles voor de regen hoeveelheid [x]
Weerstation Brengt alle code samen [ ]
WeerstationConnector Haalt alle data op uit de Database [ ]

##De code

Janco

AvgWindSpeed;
Main;
Weerstation;
GUIboard;

Kenneth

RainRate;
Calculator;
GUIboard;
Measurement;
README.md;

Tim

OutsideHum;

Malek

InsideHum;

Daniel

OutsideTemp;

Tom

InsideTemp;

Opgeleverd door school

IO;
WeerstationConnector;

##Other Nothing here yet