-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathx_readme.pde
41 lines (26 loc) · 1.12 KB
/
x_readme.pde
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
String VerStr = "0.1.0";
/*
> here's an online java compiler
https://compiler.javatpoint.com/opr/test.jsp?filename=StringToCharArrayExample
>>> working with data in Google sheets
https://forum.processing.org/two/discussion/7943/accessing-google-spreadsheet-with-processingg.org/two/discussion/2417/how-do-i-retrieve-data-from-google-spreadsheet
> Tried code from this project:
http://blog.blprnt.com/blog/blprnt/open-science-h1n1-processing-and-the-google-spreadsheet-api
>other links
https://makezine.com/2010/12/10/save-sensor-data-to-google-spreadsh/
************
* About CColor for controlP5
************
CColor()
CColor(CColor theColor)
CColor(int cfg, int cbg, int cactive, int ccl, int cvl) foreground, background, active, captionlabel, valuelabel
CColor col = new CColor();
col.setActive(color(r, g, b, a)); //active is when toggled on, or pressed
col.setForgroud // foreground is the mouse over
setBackground //color when turned off
Boolean boolean1 = Boolean.valueOf("true");
boolean boolean2 = Boolean.parseBoolean("true");
Initilaize variables
+ naming conventions
String[] StrArray = new String[100];
*/