-
I copied all files and folders inside the ILI9341 folder, but when running test script 01a_first_step.py, I get the second message: "NameError: name 'LCD' is not defined"
01a_first_step.p:
```
…
-
This is since the manifest mod. Modules in the stm32/modules directory are cross compiled but they aren't included in the build. For example the build output includes
```
MPY modules/font10.py
```
…
-
This is a regression. The following script publishes once (sometimes more) then crashes producing bouts of garbled output every 10s. In this state it does not respond to ctrl-c.
```python
import pyb…
-
```python
>>> uos.listdir("./")
['_conf', 'core', 'lib', 'main.py', 'mod', 'u_config']
>>> uos.stat("./")
(16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
>>> uos.stat("./main.py")
Traceback (most recen…
-
Hi!
I was used to using the uasyncio implementation from micropython-lib. I saw you're moving to an implementation within extmod, so I thought I start using that instead. My issue is I don't know t…
-
Momentarily grounding `rst` has no effect. Tested on two samples and confirmed by @jimmo [here](https://forum.micropython.org/viewtopic.php?f=20&t=7121).
The schematics appear to show a connection …
-
Need to test out the pull request from Damian on the board to ensure it works.
- [x] Pull Damien code to local machine
- [x] Push to new pyboard D with firmware
- [x] run start server with **https=…
-
Connecting BOOT0 to 3.3V and pushing reset does not enter DFU mode, but it also does not boot regularly.
-
Hi,
Thanks for your tutorial, it's very interesting, I've tried it to mirror an account for an association, with their explicit approval. Now another asociation would be interested if I could do i…
-
According to this [page](http://docs.micropython.org/en/latest/wipy/library/machine.Timer.html) the `machine` module should have a `Timer` class.
However, it doesn't appear to exist on the `stmhal`…