add first phyphox blocks

This commit is contained in:
Mario Pesch
2021-05-06 15:21:54 +02:00
parent bc5cbb6b33
commit 47984fa66c
10 changed files with 1033 additions and 864 deletions
+17 -19
View File
@@ -1,22 +1,20 @@
const colours = {
sensebox: 120,
logic: 210,
loops: 10,
math: 230,
io: 60,
procedures: 290,
time: 140,
text: 160,
variables: 330,
audio: 250,
arrays: 33,
mqtt: 90,
webserver: 40
}
export const getColour = () => {
return colours;
sensebox: 120,
logic: 210,
loops: 10,
math: 230,
io: 60,
procedures: 290,
time: 140,
text: 160,
variables: 330,
audio: 250,
arrays: 33,
mqtt: 90,
webserver: 40,
phyphox: 25,
};
export const getColour = () => {
return colours;
};