Skip to content

Instantly share code, notes, and snippets.

View panmasuo's full-sized avatar
🐮

Paweł Zarembski panmasuo

🐮
View GitHub Profile
@panmasuo
panmasuo / sketch_007_nasa4.pde
Created May 1, 2017 11:37
Creating table for Wind Direction impact
Table tableHum, tableSolar, tableTemp, MineTable, tablePres, tableWS, tableWD;
IntList humIdList;
float[] sredniaSolar;
float sumaSolar;
float k, x, z;
void setup() {
MineTable = new Table();