Hi, the question is simple: I want to use the entire board with Arduino. The Arduino pins and the Morpho pins. Is it possible?
Thank you very much.
Chipxx
Hi, on my pyboard I experienced the servo.
The x1,x2,x3,x4 pins work well but if I want to use another pin it gives me an error, for example pin x5: ''Servo(5) does not exist.''
Any ideas?
Thank you
chipxx
Excuse me, does .pyb, which is part of the pyboard with the use of the board with Arduino, have anything to do with it?
Maybe I expressed myself wrongly...
Hello everyone, I'm trying to recompile micropython-master because I would like to add the Servo library that on my F401RE with micropython 1.11 is not implemented. Under shaoziyang's suggestion I modified the mpconfigboard.h file related to my card joining: #define MICROPY_HW_ENABLE_SERVO (1). Now ...