massimosala
massimosala
Hi Sorry to bother you, but I cannot understand how to install on Windows. I already get [vips](https://github.com/libvips/build-win64-mxe/releases/download/v8.12.2/vips-dev-w64-web-8.12.2.zip ) Where could I get the _php_libvips.dll_ ? If the dll is...
Python 3.8.10 pyclibrary just installed with pip --- Sample header file: > #define MP_STRINGIFY(A) #A > #define MICROPY_VERSION_MAJOR 1 > #define MICROPY_VERSION_MINOR 20 > #define MICROPY_VERSION_MICRO 0 > #define MICROPY_VERSION_STRING...
Hi I am a C programmer but not expert on porting micropython to new micros. I read the instructions and extract the library files from the last version at ST...
### Checks - [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone. - [X] I've searched for [existing issues](https://github.com/micropython/micropython/issues) and...
General topic, not related to a specific micro. Viper is great for optimizing functions, like custom hashes, that only do calculations on integers... but > ViperTypeError: div/mod not implemented for...
Hi Please see https://github.com/orgs/micropython/discussions/11548 @glenn20 wrote: > Oh, I nearly forgot.... re. Question 4... the country setting is not currently used for micropython on the esp8266. In fact, it is...
### Documentation URL https://docs.micropython.org/en/latest/library/network.WLAN.html ### Description MP 1.23 on RP2 My program creates an instance of WiFi client and prints its interface: > nic = WLAN(STA_IF) > print(dir(nic)) Output: >...