Centrado / z-blockly-tracker

0 stars 0 forks source link

Centraduino - right button is pressed #267

Open Maharajacentrado opened 1 year ago

Maharajacentrado commented 1 year ago
image

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

}

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

Maharajacentrado commented 1 year ago

Please check the coding.. I think the same native code for right 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 right button instead of right button pressed