yuanyanhui

Results 6 issues of yuanyanhui

https://github.com/TheAlgorithms/Python/blob/master/maths/basic_maths.py Function number_of_divisors(n) returns wrong results, e.g., number_of_divisors(6) produces 2. Correct answer should be 4. After factorization, if n is not 1, this means it's a prime which has two...

Seems Crazyflie python lib has not been ported? I mean using python lib alone without cfclient GUI.

crazyflie-clients

It seems there is no touch support for ili9341. I tried to use appPaint with ili9341 and found there are no ts_drv and ts_cindex definitions.

First of all, thank you for this great admin template. In the index page, I'd like to display code in the quick chat box. I tried pre and code tags...

Tried the example on ESP32, the motors did not spin with a single speed parameter. motors.drive(0.5, 500); With two separate speed parameters, the motors worked fine. motors.drive(-1.0, 1.0, 500);

Why six output neurons instead of two?