Centrado / z-blockly-tracker

0 stars 0 forks source link

Centraduino =Left button #266

Open Maharajacentrado opened 1 year ago

Maharajacentrado commented 1 year ago
image

void setup() { pinMode(A0, INPUT); } void loop() { analogRead(A0);

}

Originally posted by @Maharajacentrado in https://github.com/kreativhut/z-blockly-tracker/discussions/92#discussioncomment-2853125

Maharajacentrado commented 1 year ago

Please check the coding.. I think the same native code for left button pressed under the device brain replacing here in the centraduino left button pressed block because of the same name... if so change this block name to left button instead of left button pressed