Centrado / z-blockly-tracker

0 stars 0 forks source link

Centraduino -Servo #264

Open Maharajacentrado opened 1 year ago

Maharajacentrado commented 1 year ago
image

It should also accepts input

#include <Servo.h>
Servo Servo3;

void setup()
{
Servo3.attach(3);

}

void loop()
{
Servo3.write(90);

}

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

Maharajacentrado commented 1 year ago

native code is not generating for this block