The tutorial of EV3 MicroPython, written in Japanese. EV3 Micropython のチュートリアルです.プログラミング教室で中学生に EV3 software から移行してもらうために執筆中 ...
The basic question here is how to pass a MicroPython object to a C function in a custom C module. In this case a PWM object. There are probably many ways to do this. Here is my way of doing it. It may ...